C# Класс FFACETools.FFACE.TimerTools.VanaTime

Structure containing
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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