Discuss this help topic in SecureBlackbox Forum

TElCalDAVOptions.MaxDateTime

TElCalDAVOptions     See also     


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


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.

See also:     MinDateTime    

Discuss this help topic in SecureBlackbox Forum