C# Class FFACETools.FFACE.TimerTools.VanaTime

Structure containing
Afficher le fichier Open project: golfandsurf/Campah Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetMoonPhaseName() public méthode

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.
Résultat string

ToString() public méthode

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