Click or drag to resize
TimeInterval Properties

The TimeInterval type exposes the following members.

Properties
  NameDescription
Public propertyDuration
Duration of time interval. Defined as Duration = End - Start. Conversely when set, End = Start + Duration.
Public propertyEnd
End of interval.
Public propertyStart
Start of interval.
Top
See Also