C# 클래스 ExBuddy.Helpers.SkywatcherPlugin

파일 보기 프로젝트 열기: MGramolini/ExBuddy

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

EorzeaToLocal() 공개 정적인 메소드

public static EorzeaToLocal ( System.DateTime eDateTime ) : System.DateTime
eDateTime System.DateTime
리턴 System.DateTime

GetEorzeaTimeTillNextInterval() 공개 정적인 메소드

public static GetEorzeaTimeTillNextInterval ( ) : System.TimeSpan
리턴 System.TimeSpan

GetIntervalNumber() 공개 정적인 메소드

public static GetIntervalNumber ( ) : int
리턴 int

GetTimeTillNextInterval() 공개 정적인 메소드

public static GetTimeTillNextInterval ( ) : double
리턴 double

GetWeatherNameById() 공개 정적인 메소드

public static GetWeatherNameById ( byte weatherId ) : string
weatherId byte
리턴 string

IsWeather() 공개 정적인 메소드

public static IsWeather ( byte weatherId ) : bool
weatherId byte
리턴 bool

IsWeather() 공개 정적인 메소드

public static IsWeather ( string weatherName ) : bool
weatherName string
리턴 bool

IsWeatherInZone() 공개 정적인 메소드

public static IsWeatherInZone ( int zoneId ) : bool
zoneId int
리턴 bool

PredictWeatherInZone() 공개 정적인 메소드

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

프로퍼티 상세

EorzeaStartTime 공개적으로 정적으로 프로퍼티

public static DateTime,System EorzeaStartTime
리턴 System.DateTime