Discuss this help topic in SecureBlackbox Forum
Specifies the value of the CALDAV:min-date-time property.
Declaration
[C#]
DateTime MinDateTime;
[VB.NET]
Property MinDateTime As DateTime
[Pascal]
property MinDateTime : TElDateTime;
[C++]
int64_t get_MinDateTime();
void set_MinDateTime(int64_t Value);
[PHP]
DateTime get_MinDateTime()
void set_MinDateTime(DateTime $Value)
[Java]
Date getMinDateTime();
void setMinDateTime(Date Value);
Description
This property specifies the earliest 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