ITriggerAbsoluteDateTimeUtc Property
IT Hit WebDAV Classes Reference
Gets or sets the absolute date-time for the alarm in UTC. Returns
null if relative offset (
RelativeOffset) from the beggining or
the end of the event or to-do is specified or the value can not be parsed.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxNullable<DateTime> AbsoluteDateTimeUtc { get; set; }
Property AbsoluteDateTimeUtc As Nullable(Of DateTime)
Get
Set
property Nullable<DateTime> AbsoluteDateTimeUtc {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
abstract AbsoluteDateTimeUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also