TimeInterval Properties
A time interval object.| Name | Description |
|---|---|
| EndHour | Gets or sets the hour component of the time interval’s end. |
| EndMinute | Gets or sets the minute component of the time interval’s end. |
| EndSecond | Gets or sets the second component of the time interval’s end. |
| StartHour | Gets or sets the hour component of the time interval’s start. |
| StartMinute | Gets or sets the minute component of the time interval’s start. |
| StartSecond | Gets or sets the second component of the time interval’s start. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also