UpdateTime Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the last time the user's profile was updated;

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

changes to the languages, link, timezone, verified, interested_in, favorite_athletes, favorite_teams, and video_upload_limits are not not reflected in this value original: string containing an ISO-8601 datetime

See Also