EndTime Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the end time of the event, as you want it to be displayed on facebook

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

Syntax

C#
public Nullable<DateTime> EndTime { get; }
Visual Basic
Public ReadOnly Property EndTime As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> EndTime {
	Nullable<DateTime> get ();
}

Remarks

original: string containing an ISO-8601 formatted date/time or a UNIX timestamp; if it contains a time zone (not recommended), it will be converted to Pacific time before being stored and displayed

.NET Framework Security

Permission Description
generic access_token, user_events or friends_events

See Also