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.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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