StartTime Property

From Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the start 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> StartTime { get; }
Visual Basic
Public ReadOnly Property StartTime As Nullable(Of DateTime)
	Get
Visual C++
public:
property Nullable<DateTime> StartTime {
	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