ZmanDefinition

data class ZmanDefinition(val type: ZmanType, val calculationMethod: ZmanCalculationMethod, val isElevationUsed: UsesElevation = UsesElevation.UNSPECIFIED, val supportingAuthorities: List<ZmanAuthority> = listOf())

Constructors

Link copied to clipboard
constructor(type: ZmanType, calculationMethod: ZmanCalculationMethod, isElevationUsed: UsesElevation = UsesElevation.UNSPECIFIED, supportingAuthorities: List<ZmanAuthority> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard