public class PeriodOfDay| SchedulePeriodOfDay | constructor |
| begin | Starts at this time of the day Must be less then 24 hours |
| duration | Updates end property according to current begin value |
| end | Ends with at this time of the day Must be less then 24 hours and greater then begin |
| Equals | (Overrides ObjectEquals(Object)) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| ToString |
String presentation of the period
(Overrides ObjectToString) |