C# 클래스 FFACETools.FFACE.TimerTools.VanaTime

Structure containing
파일 보기 프로젝트 열기: golfandsurf/Campah 1 사용 예제들

공개 메소드들

메소드 설명
GetDayOfWeekName ( Weekday day ) : string

Will get a string representation of the current day of the week

GetMoonPhaseName ( MoonPhase phase ) : string

Will get a string representation of the current moon phase

ToString ( ) : string

Returns a string representation of the Vana'Diel time details

메소드 상세

GetDayOfWeekName() 공개 메소드

Will get a string representation of the current day of the week
public GetDayOfWeekName ( Weekday day ) : string
day Weekday Weekday to convert to string
리턴 string

GetMoonPhaseName() 공개 메소드

Will get a string representation of the current moon phase
public GetMoonPhaseName ( MoonPhase phase ) : string
phase MoonPhase MoonPhase to get a proper String equivalent of.
리턴 string

ToString() 공개 메소드

Returns a string representation of the Vana'Diel time details
public ToString ( ) : string
리턴 string