TimeInterval Constructors
A time interval object.| Name | Parameters | Description |
|---|---|---|
| TimeInterval() | none | Initializes a new instance of the TimeInterval class with the default settings. |
| TimeInterval(Int32, Int32, Int32, Int32, Int32, Int32) | startHour, startMinute, startSecond, endHour, endMinute, endSecond | Initializes a new instance of the TimeInterval class with the specified parameters. |
See Also