CalendarPeriod members

The CalendarPeriod class represents an RFC2445 Period object.

The CalendarPeriod type exposes the following members.

Constructors

  Name Description
Public method CalendarPeriod(DateTime, DateTime) The CalendarPeriod constructor creates a new CalendarPeriod object with the specified start and end times.
Public method CalendarPeriod(DateTime, TimeSpan) The CalendarPeriod method creates a new CalendarPeriod object with the specified start time and duration.

Top

Properties

  Name Description
Public property Duration The Duration property gets or sets the duration of this CalendarPeriod structure.
Public property End The End property gets or sets the end of this CalendarPeriod structure.
Public property IsExplicit The IsExplicit property gets a Boolean value that indicates whether the end date of this CalendarPeriod structure is explicitly defined.
Public property Start The Start property gets or sets the start time for this CalendarPeriod structure.

Top

Methods

  Name Description
Public method ToString The ToString method returns a string representation of this CalendarPeriod structure. (Overrides ValueType.ToString().)

Top

See also

Reference

CalendarPeriod structure

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace