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

Whether this timezone need to be applied.

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

Syntax

C#
public bool ApplyDst { get; set; }
Visual Basic (Declaration)
Public Property ApplyDst As Boolean
Visual C++
public:
property bool ApplyDst {
	bool get ();
	void set (bool value);
}

See Also