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

The start date of the event in the proper date format.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string Start_Date { set; }
Visual Basic (Declaration)
Public WriteOnly Property Start_Date As String
Visual C++
public:
property String^ Start_Date {
	void set (String^ value);
}

See Also