|
| enum | TextFormat {
Default
, Log
, Widget
, Schedule
,
Travel
, YearMonthDay
, LogPlusYear
} |
| |
Definition at line 5 of file Date.cs.
◆ TextFormat
◆ AddDay()
| void Date.AddDay |
( |
int | a | ) |
|
◆ AddHour()
| void Date.AddHour |
( |
int | a | ) |
|
◆ AddMonth()
| void Date.AddMonth |
( |
int | a | ) |
|
◆ Copy()
◆ GetDateArray()
| static int[] Date.GetDateArray |
( |
int | raw | ) |
|
|
static |
◆ GetElapsedHour()
| int Date.GetElapsedHour |
( |
int | rawDate | ) |
|
◆ GetElapsedMins()
| int Date.GetElapsedMins |
( |
int | rawDate | ) |
|
◆ GetRaw()
| int Date.GetRaw |
( |
int | offsetHours = 0 | ) |
|
◆ GetRawDay()
◆ GetRawReal()
| int Date.GetRawReal |
( |
int | offsetHours = 0 | ) |
|
◆ GetRemainingHours()
| int Date.GetRemainingHours |
( |
int | rawDeadLine | ) |
|
◆ GetRemainingSecs()
| int Date.GetRemainingSecs |
( |
int | rawDeadLine | ) |
|
◆ GetText() [1/3]
| string Date.GetText |
( |
Date.TextFormat | format | ) |
|
◆ GetText() [2/3]
| static string Date.GetText |
( |
int | hour | ) |
|
|
static |
◆ GetText() [3/3]
| static string Date.GetText |
( |
int | raw, |
|
|
Date.TextFormat | format ) |
|
static |
◆ GetText2()
| static string Date.GetText2 |
( |
int | hour | ) |
|
|
static |
◆ IsExpired()
| bool Date.IsExpired |
( |
int | time | ) |
|
◆ MinToDayAndHour()
| static string Date.MinToDayAndHour |
( |
int | min | ) |
|
|
static |
◆ SecToDate()
| static string Date.SecToDate |
( |
int | sec | ) |
|
|
static |
◆ ToDate()
| static Date Date.ToDate |
( |
int | raw | ) |
|
|
static |
◆ ToString()
| override string Date.ToString |
( |
| ) |
|
◆ DayToken
| const int Date.DayToken = 1440 |
|
static |
◆ DayTokenReal
| const int Date.DayTokenReal = 1440 |
|
static |
◆ HourToken
| const int Date.HourToken = 60 |
|
static |
◆ HourTokenReal
| const int Date.HourTokenReal = 60 |
|
static |
◆ MonthToken
| const int Date.MonthToken = 43200 |
|
static |
◆ MonthTokenReal
| const int Date.MonthTokenReal = 46080 |
|
static |
◆ raw
| int [] Date.raw = new int[6] |
◆ ShippingHour
| const int Date.ShippingHour = 5 |
|
static |
◆ YearToken
| const int Date.YearToken = 518400 |
|
static |
◆ YearTokenReal
| const int Date.YearTokenReal = 552960 |
|
static |
◆ day
◆ hour
◆ IsAutumn
◆ IsDay
◆ IsNight
◆ IsSpring
◆ IsSummer
◆ IsWinter
◆ min
◆ month
◆ NameMonth
◆ NameMonthShort
| string Date.NameMonthShort |
|
get |
◆ NameTime
◆ periodOfDay
| PeriodOfDay Date.periodOfDay |
|
get |
◆ sec
◆ year
The documentation for this class was generated from the following file: