 | EventExceptionDates Property |
Gets a list of date/time exceptions for this event. (EXDATE).
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListDateTime
See Also