| EventExceptionDates Property |
Gets a list of date/time exceptions for this event. (EXDATE).
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<DateTime> ExceptionDates { get; }
Public ReadOnly Property ExceptionDates As List(Of DateTime)
Get
public:
property List<DateTime>^ ExceptionDates {
List<DateTime>^ get ();
}
member ExceptionDates : List<DateTime> with get
Property Value
Type:
ListDateTimeSee Also