Class Range

Range class

Time range during which calendar should be regarded as busy.

public class Range

Constructors

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

Properties

NameDescription
End { get; set; }The end of the time period.
Start { get; set; }The start of the time period.

Methods

NameDescription
override ToString()Returns a String which represents the object instance.

See Also