Wrapper class for an astronomical time, mostly used to sort collections of astronomical times. More...
Public Member Functions | |
Zman (DateTime date, string label) | |
Initializes a new instance of the Zman class. | |
Zman (long duration, string label) | |
Initializes a new instance of the Zman class. | |
Properties | |
virtual long | Duration [get, set] |
Gets the duration. | |
virtual DateTime | ZmanTime [get, set] |
Gets the zman. | |
virtual string | ZmanLabel [get, set] |
Gets the zman label. |
Wrapper class for an astronomical time, mostly used to sort collections of astronomical times.
<author>Eliyahu Hershfeld</author>
Zmanim.Utilities.Zman.Zman | ( | DateTime | date, | |
string | label | |||
) |
Initializes a new instance of the Zman class.
date | The date. | |
label | The label. |
Zmanim.Utilities.Zman.Zman | ( | long | duration, | |
string | label | |||
) |
Initializes a new instance of the Zman class.
duration | The duration. | |
label | The label. |
virtual long Zmanim.Utilities.Zman.Duration [get, set] |
Gets the duration.
virtual string Zmanim.Utilities.Zman.ZmanLabel [get, set] |
Gets the zman label.
virtual DateTime Zmanim.Utilities.Zman.ZmanTime [get, set] |
Gets the zman.