Click or drag to resize

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.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
Nullable<DateTime> AbsoluteDateTimeUtc { get; set; }

Property Value

Type: NullableDateTime
See Also