Twitterizer 2 Documentation
TimeZone Property
NamespacesTwitterizerTwitterUserTimeZone
Gets or sets the time zone.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "time_zone")]
public string TimeZone { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "time_zone")> _
Public Property TimeZone As String
	Get
	Set
Value
The time zone.

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