[This is preliminary documentation and is subject to change.]

Daylight saving duration in minutes, 0 denotes null in the database.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public int DstDur { get; set; }
Visual Basic (Declaration)
Public Property DstDur As Integer
Visual C++
public:
property int DstDur {
	int get ();
	void set (int value);
}

See Also