CalendarPeriod Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | The ToString method returns a string representation of this CalendarPeriod structure. (Overrides ValueType.ToString().) |
Top
See Also