This property specifies the offset which is in use in this time zone observance.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<TimeSpan> OffsetTo { get; set; }
Visual Basic
Public Property OffsetTo As Nullable(Of TimeSpan)
	Get
	Set
Visual C++
public:
property Nullable<TimeSpan> OffsetTo {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}

See Also