ZmanRelationship

data class ZmanRelationship(val subject: ZmanType, val calculation: ZmanCalculationMethod, val relativeToZmanType: ZmanType? = null, val relativeToZman: ZmanDefinition? = null)

A ZmanRelationship is a relationship between two ZmanTypes, dictating when subject occurs relative to relativeToZman. ZmanType.TZAIS occurs 45.minutes after ZmanType.SHKIAH ZmanType.SHKIAH occurs 45.minutes before ZmanType.TZAIS

ZmanType.SHKIAH occurs 45.minutes.zmaniyos before ZmanType.TZAIS ZmanType.SHKIAH occurs 16.1F.degrees before ZmanType.TZAIS

ZmanType.BAIN_HASHMASHOS occurs 13.5.minutes before tzaisGeonim7Point083Degrees.definition

Constructors

Link copied to clipboard
constructor(subject: ZmanType, calculation: ZmanCalculationMethod, relativeToZmanType: ZmanType? = null, relativeToZman: ZmanDefinition? = null)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String