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.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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