UpdateTime Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the time the message was published

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

Syntax

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

Remarks

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

.NET Framework Security

Permission Description
read_stream

See Also