Свойство | Тип | Описание | |
---|---|---|---|
EorzeaStartTime | System.DateTime |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CheckEnabled ( ) : bool | ||
ConvertFromUnixTimestamp ( ulong timestamp ) : System.DateTime |
public static EorzeaToLocal ( System.DateTime eDateTime ) : System.DateTime | ||
eDateTime | System.DateTime | |
Результат | System.DateTime |
public static GetEorzeaTimeTillNextInterval ( ) : System.TimeSpan | ||
Результат | System.TimeSpan |
public static GetIntervalNumber ( ) : int | ||
Результат | int |
public static GetTimeTillNextInterval ( ) : double | ||
Результат | double |
public static GetWeatherNameById ( byte weatherId ) : string | ||
weatherId | byte | |
Результат | string |
public static IsWeather ( byte weatherId ) : bool | ||
weatherId | byte | |
Результат | bool |
public static IsWeather ( string weatherName ) : bool | ||
weatherName | string | |
Результат | bool |
public static IsWeatherInZone ( int zoneId ) : bool | ||
zoneId | int | |
Результат | bool |
public static PredictWeatherInZone ( int zoneId, System.TimeSpan timeSpan ) : bool | ||
zoneId | int | |
timeSpan | System.TimeSpan | |
Результат | bool |