ICalendarFolderUtcMinDateTime Property
IT Hit WebDAV Classes Reference
Gets a DATE-TIME value indicating the earliest date and
time (in UTC) that the server is willing to accept for any DATE or
DATE-TIME value in a calendar object resource stored in a calendar
collection.
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax DateTime UtcMinDateTime { get; }
ReadOnly Property UtcMinDateTime As DateTime
Get
property DateTime UtcMinDateTime {
DateTime get ();
}
abstract UtcMinDateTime : DateTime with get
Property Value
Type:
DateTimeRemarks
More details at http://tools.ietf.org/html/rfc4791#section-5.2.6
See Also