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

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

Syntax

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

See Also