UpdateTimeString Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a string representing the last update time of the event in the following format: "{update_date} {update_time}"

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

Syntax

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

See Also