TimeZone Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the logged-in user's timezone offset from UTC (Available only for the current user)

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

Syntax

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

.NET Framework Security

Permission Description
Available only for the current user

See Also