Discuss this help topic in SecureBlackbox Forum
Specifies the value of the CALDAV:max-date-time property.
Declaration
[C#]
DateTime MaxDateTime;
[VB.NET]
Property MaxDateTime As DateTime
[Pascal]
property MaxDateTime : TElDateTime;
[C++]
int64_t get_MaxDateTime();
void set_MaxDateTime(int64_t Value);
[PHP]
DateTime get_MaxDateTime()
void set_MaxDateTime(DateTime $Value)
[Java]
Date getMaxDateTime();
void setMaxDateTime(Date Value);
Description
This property specifies the latest time (in UTC) that the server will acceptfor any dat or date-time value in the calendar object.
Discuss this help topic in SecureBlackbox Forum