C# Class FFACETools.FFACE.TimerTools.VanaTime

Structure containing
Show file Open project: golfandsurf/Campah Class Usage Examples

Public Methods

Method Description
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

Method Details

GetDayOfWeekName() public method

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

GetMoonPhaseName() public method

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.
return string

ToString() public method

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