Range

Range class

Time range during which calendar should be regarded as busy.

The Range type exposes the following members:

Constructors

NameDescription
Range()Initializes a new instance of the Range class.
Range(start, end)Initializes a new instance of the Range class

Properties

NameDescription
startThe start of the time period.
endThe end of the time period.

See Also