IJournalRecurrenceDateTimes Property
IT Hit WebDAV Classes Reference
Gets date and time information for recurring calendar component. Provides access to "RDATE" properties list.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIPropertyList<IRecurrenceList> RecurrenceDateTimes { get; }
ReadOnly Property RecurrenceDateTimes As IPropertyList(Of IRecurrenceList)
Get
property IPropertyList<IRecurrenceList^>^ RecurrenceDateTimes {
IPropertyList<IRecurrenceList^>^ get ();
}
abstract RecurrenceDateTimes : IPropertyList<IRecurrenceList> with get
Property Value
Type:
IPropertyListIRecurrenceList
See Also