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

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

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

Syntax

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

See Also