C# Class ExBuddy.Helpers.SkywatcherPlugin

Mostra file Open project: MGramolini/ExBuddy

Public Properties

Property Type Description
EorzeaStartTime System.DateTime

Public Methods

Method Description
EorzeaToLocal ( System.DateTime eDateTime ) : System.DateTime
GetEorzeaTimeTillNextInterval ( ) : System.TimeSpan
GetIntervalNumber ( ) : int
GetTimeTillNextInterval ( ) : double
GetWeatherNameById ( byte weatherId ) : string
IsWeather ( byte weatherId ) : bool
IsWeather ( string weatherName ) : bool
IsWeatherInZone ( int zoneId ) : bool
PredictWeatherInZone ( int zoneId, System.TimeSpan timeSpan ) : bool

Private Methods

Method Description
CheckEnabled ( ) : bool
ConvertFromUnixTimestamp ( ulong timestamp ) : System.DateTime

Method Details

EorzeaToLocal() public static method

public static EorzeaToLocal ( System.DateTime eDateTime ) : System.DateTime
eDateTime System.DateTime
return System.DateTime

GetEorzeaTimeTillNextInterval() public static method

public static GetEorzeaTimeTillNextInterval ( ) : System.TimeSpan
return System.TimeSpan

GetIntervalNumber() public static method

public static GetIntervalNumber ( ) : int
return int

GetTimeTillNextInterval() public static method

public static GetTimeTillNextInterval ( ) : double
return double

GetWeatherNameById() public static method

public static GetWeatherNameById ( byte weatherId ) : string
weatherId byte
return string

IsWeather() public static method

public static IsWeather ( byte weatherId ) : bool
weatherId byte
return bool

IsWeather() public static method

public static IsWeather ( string weatherName ) : bool
weatherName string
return bool

IsWeatherInZone() public static method

public static IsWeatherInZone ( int zoneId ) : bool
zoneId int
return bool

PredictWeatherInZone() public static method

public static PredictWeatherInZone ( int zoneId, System.TimeSpan timeSpan ) : bool
zoneId int
timeSpan System.TimeSpan
return bool

Property Details

EorzeaStartTime public_oe static_oe property

public static DateTime,System EorzeaStartTime
return System.DateTime