The DateTimeInterval type exposes the following members.

Constructors

  NameDescription
Public methodDateTimeInterval
Initializes a new instance of the DateTimeInterval class.

Properties

  NameDescription
Public propertyEnd
Gets or sets the DateTime value representing the end of the interval.
Public propertyIsFullDay
Gets the Boolean value, determining if the DateTimeInterval object represents one or more full days.
Public propertyStart
Gets or sets the DateTime value representing the beginning of the interval.

See Also