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