CreatedTime Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the time the item was posted

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

Syntax

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

Remarks

original: 'created_time' is a string containing an ISO-8601 datetime

.NET Framework Security

Permission Description

See Also