Property | Type | Description | |
---|---|---|---|
debug | bool |
Method | Description | |
---|---|---|
AddSeconds ( |
||
AddStrings ( |
||
DecodeTimestamp ( ulong timestamp, |
||
EncodeTimestamp ( |
||
GetDayOfWeek ( |
||
GetDayOfWeekString ( uint dayOfWeek ) : string | ||
GetMonthString ( uint month ) : string | ||
GetYearDays ( uint year ) : uint | ||
IsLeapYear ( uint year ) : bool |
Method | Description | |
---|---|---|
GetMonthDays ( uint month ) : uint | ||
GetMonthDays ( uint month, uint year ) : uint | ||
GetMonthPseudoNumber ( uint month, uint year ) : int |
public AddSeconds ( |
||
time | ||
seconds | int | |
return | void |
public DecodeTimestamp ( ulong timestamp, |
||
timestamp | ulong | |
out_time | ||
return | void |
public GetDayOfWeekString ( uint dayOfWeek ) : string | ||
dayOfWeek | uint | |
return | string |
public GetMonthString ( uint month ) : string | ||
month | uint | |
return | string |