Property | Type | Description | |
---|---|---|---|
EorzeaStartTime | System.DateTime |
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 |
Method | Description | |
---|---|---|
CheckEnabled ( ) : bool | ||
ConvertFromUnixTimestamp ( ulong timestamp ) : System.DateTime |
public static EorzeaToLocal ( System.DateTime eDateTime ) : System.DateTime | ||
eDateTime | System.DateTime | |
return | System.DateTime |
public static GetEorzeaTimeTillNextInterval ( ) : System.TimeSpan | ||
return | System.TimeSpan |
public static GetTimeTillNextInterval ( ) : double | ||
return | double |
public static GetWeatherNameById ( byte weatherId ) : string | ||
weatherId | byte | |
return | string |
public static IsWeather ( byte weatherId ) : bool | ||
weatherId | byte | |
return | bool |
public static IsWeather ( string weatherName ) : bool | ||
weatherName | string | |
return | bool |
public static IsWeatherInZone ( int zoneId ) : bool | ||
zoneId | int | |
return | bool |
public static PredictWeatherInZone ( int zoneId, System.TimeSpan timeSpan ) : bool | ||
zoneId | int | |
timeSpan | System.TimeSpan | |
return | bool |