TimeOfDayInterval Constructors
A time interval within a day.Name | Parameters | Description |
---|---|---|
TimeOfDayInterval() | none | Initializes a new instance of the TimeOfDayInterval class with the default settings. |
TimeOfDayInterval(TimeSpan, TimeSpan) | start, end | Initializes a new instance of the TimeOfDayInterval class with the specified start time and end time. |
See Also