CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.TimeZone Class Reference

Gets or sets the timezone of the user. More...

Inheritance diagram for CoreTweet.TimeZone:
CoreTweet.Core.CoreBase

Properties

string Name [get, set]
 Gets or sets the name of the timezone. More...
 
string InfoName [get, set]
 Gets or sets the Rails TimeZone of the user's timezone. More...
 
int UtcOffset [get, set]
 Gets or sets the UTC offset from the user's timezone. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Gets or sets the timezone of the user.

Property Documentation

◆ InfoName

string CoreTweet.TimeZone.InfoName
getset

Gets or sets the Rails TimeZone of the user's timezone.

◆ Name

string CoreTweet.TimeZone.Name
getset

Gets or sets the name of the timezone.

◆ UtcOffset

int CoreTweet.TimeZone.UtcOffset
getset

Gets or sets the UTC offset from the user's timezone.


The documentation for this class was generated from the following file: