Свойство | Тип | Описание | |
---|---|---|---|
GetDay | ushort | ||
GetFullSecond | uint | ||
GetHour | ushort | ||
GetMinute | ushort | ||
GetMonth | ushort | ||
GetSecond | ushort | ||
GetYear | ushort | ||
Global_GetFullSecond | uint | ||
Global_GetGameTime | void |
Метод | Описание | |
---|---|---|
After ( uint seconds ) : uint | ||
GameMinute ( uint minutes ) : uint | ||
GetDaysInMonth ( ushort year, ushort month ) : uint | ||
GetFullSecond ( ushort year, ushort month, ushort day, ushort hour, ushort minute, ushort second ) : uint | ||
GetGameTime ( uint full_second, ushort &year, ushort &month, ushort &day, ushort &day_of_week, ushort &hour, ushort &minute, ushort &second ) : void | ||
GetNearFullSecond ( ushort year, ushort month, ushort day, ushort hour, ushort minute, ushort second ) : uint | ||
IsAfternoon ( ushort hour ) : bool | ||
IsMorning ( ushort hour ) : bool | ||
IsNight ( ushort hour ) : bool | ||
RealMillisecond ( uint ms ) : uint | ||
RealMinute ( uint minutes ) : uint | ||
RealSecond ( uint seconds ) : uint |
Метод | Описание | |
---|---|---|
GetDay ( ) : ushort | ||
GetFullSecond ( ) : uint | ||
GetHour ( ) : ushort | ||
GetMinute ( ) : ushort | ||
GetMonth ( ) : ushort | ||
GetSecond ( ) : ushort | ||
GetYear ( ) : ushort | ||
Global_GetFullSecond ( ushort year, ushort month, ushort day, ushort hour, ushort minute, ushort second ) : uint | ||
Global_GetGameTime ( uint full_second, ushort &year, ushort &month, ushort &day, ushort &day_of_week, ushort &hour, ushort &minute, ushort &second ) : void |
public static After ( uint seconds ) : uint | ||
seconds | uint | |
Результат | uint |
public static GameMinute ( uint minutes ) : uint | ||
minutes | uint | |
Результат | uint |
public static GetDaysInMonth ( ushort year, ushort month ) : uint | ||
year | ushort | |
month | ushort | |
Результат | uint |
public GetFullSecond ( ushort year, ushort month, ushort day, ushort hour, ushort minute, ushort second ) : uint | ||
year | ushort | |
month | ushort | |
day | ushort | |
hour | ushort | |
minute | ushort | |
second | ushort | |
Результат | uint |
public GetGameTime ( uint full_second, ushort &year, ushort &month, ushort &day, ushort &day_of_week, ushort &hour, ushort &minute, ushort &second ) : void | ||
full_second | uint | |
year | ushort | |
month | ushort | |
day | ushort | |
day_of_week | ushort | |
hour | ushort | |
minute | ushort | |
second | ushort | |
Результат | void |
public static GetNearFullSecond ( ushort year, ushort month, ushort day, ushort hour, ushort minute, ushort second ) : uint | ||
year | ushort | |
month | ushort | |
day | ushort | |
hour | ushort | |
minute | ushort | |
second | ushort | |
Результат | uint |
public static IsAfternoon ( ushort hour ) : bool | ||
hour | ushort | |
Результат | bool |
public static IsMorning ( ushort hour ) : bool | ||
hour | ushort | |
Результат | bool |
public static IsNight ( ushort hour ) : bool | ||
hour | ushort | |
Результат | bool |
public static RealMillisecond ( uint ms ) : uint | ||
ms | uint | |
Результат | uint |
public static RealMinute ( uint minutes ) : uint | ||
minutes | uint | |
Результат | uint |
public static RealSecond ( uint seconds ) : uint | ||
seconds | uint | |
Результат | uint |