Twitterizer 2 Documentation
TimeZoneOffset Property
NamespacesTwitterizerTwitterUserTimeZoneOffset
Gets or sets the time zone offset.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "utc_offset")]
[DataMemberAttribute]
public Nullable<double> TimeZoneOffset { get; set; }
<JsonPropertyAttribute(PropertyName := "utc_offset")> _
<DataMemberAttribute> _
Public Property TimeZoneOffset As Nullable(Of Double)
	Get
	Set
Value
The time zone offset.
Remarks
Also called the Coordinated Universal Time (UTC) offset.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)