Day Definition
data class DayDefinition(val dayStart: ZmanDefinition, val dayEnd: ZmanDefinition, val dayStartRelationship: ZmanRelationship? = null, val dayEndRelationship: ZmanRelationship? = null) : ZmanCalculationMethod
The GR"A holds that the day starts at sunrise and ends at sunset.
The MG"A holds that the day starts at dawn and ends at dusk.
The Raze"h/Menorah HaTehorah holds that the day starts at alos 16.1˚ and ends at sea level sunset
Constructors
Link copied to clipboard
constructor(dayStart: ZmanDefinition, dayEnd: ZmanDefinition, dayStartRelationship: ZmanRelationship? = null, dayEndRelationship: ZmanRelationship? = null)