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

the end 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 End_Time { set; }
Visual Basic (Declaration)
Public WriteOnly Property End_Time As String
Visual C++
public:
property String^ End_Time {
	void set (String^ value);
}

See Also