DxSchedulerTimeSpanRange Properties
A time interval within a day.| Name | Description |
|---|---|
| Day static | Gets the day’s time interval. |
| Duration | Gets the day interval’s duration. |
| Empty static | Returns an empty interval. |
| End | Gets or sets the day interval’s end time. |
| IsDay | Specifies whether the interval equals to one day. |
| IsValid | Specifies whether the interval is valid. |
| IsZero | Specifies whether the interval is empty. |
| Start | Gets or sets the day interval’s start time. |
See Also