CalendarPeriod Members
The CalendarPeriod class represents an RFC2445 Period object.
The following tables list the members exposed by the CalendarPeriod type.
Public Constructors
Name | Description | |
---|---|---|
CalendarPeriod | Overloaded. The CalendarPeriod constructor overloads create new CalendarPeriod structures. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. The ToString method returns a string representation of this CalendarPeriod structure. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also