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

Represents the sleep time of the user's location. More...

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

Properties

bool IsEnabled [get, set]
 Gets or sets a value that determines if the sleep time is enabled. More...
 
int? EndTime [get, set]
 Gets or sets the end time. More...
 
int? StartTime [get, set]
 Gets or sets the start time. 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

Represents the sleep time of the user's location.

Property Documentation

◆ EndTime

int? CoreTweet.SleepTime.EndTime
getset

Gets or sets the end time.

◆ IsEnabled

bool CoreTweet.SleepTime.IsEnabled
getset

Gets or sets a value that determines if the sleep time is enabled.

◆ StartTime

int? CoreTweet.SleepTime.StartTime
getset

Gets or sets the start time.


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