CalendarPeriod members
The CalendarPeriod class represents an RFC2445 Period object.
The CalendarPeriod type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarPeriod(DateTime, DateTime) | The CalendarPeriod constructor creates a new CalendarPeriod object with the specified start and end times. | |
CalendarPeriod(DateTime, TimeSpan) | The CalendarPeriod method creates a new CalendarPeriod object with the specified start time and duration. |
Top
Properties
Name | Description | |
---|---|---|
Duration | The Duration property gets or sets the duration of this CalendarPeriod structure. | |
End | The End property gets or sets the end of this CalendarPeriod structure. | |
IsExplicit | The IsExplicit property gets a Boolean value that indicates whether the end date of this CalendarPeriod structure is explicitly defined. | |
Start | The Start property gets or sets the start time for this CalendarPeriod structure. |
Top
Methods
Name | Description | |
---|---|---|
ToString | The ToString method returns a string representation of this CalendarPeriod structure. (Overrides ValueType.ToString().) |
Top