Discuss this help topic in SecureBlackbox Forum

TElCalDAVOptions.MinDateTime

TElCalDAVOptions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     MaxDateTime    

Discuss this help topic in SecureBlackbox Forum