MenstruationPeriod

data class MenstruationPeriod(val startTime: Instant, val endTime: Instant) : KHRecord

Captures user's menstruation periods.

Note - This record is available on Android only. It will be ignored on Apple.

Parameters

startTime

The start instant of the interval over which the value this record was captured

endTime

The end instant of the interval over which the value this record was captured

Constructors

Link copied to clipboard
constructor(startTime: Instant, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
val startTime: Instant