Zman Definition
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())