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.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxNullable<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:
NullableTimeSpan
See Also