ITriggerRelativeOffset Property
IT Hit WebDAV Classes Reference
Gets or sets the time for the trigger of the alarm relative to the start or the end of an event or to-do with which the alarm is associated.
Returns
null if absolute date-time is specified (
AbsoluteDateTimeUtc) 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)
Syntax Nullable<TimeSpan> RelativeOffset { get; set; }
Property RelativeOffset As Nullable(Of TimeSpan)
Get
Set
property Nullable<TimeSpan> RelativeOffset {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
abstract RelativeOffset : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanSee Also