TimeString Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a string representing the start and end time of the event in the following format: "{start_date} {start_time} - {end_date} {end_time}"

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string TimeString { get; }
Visual Basic
Public ReadOnly Property TimeString As String
	Get
Visual C++
public:
property String^ TimeString {
	String^ get ();
}

See Also