Public Methods |
static
void
|
Attach(long impl, long d)
|
static
long
|
DateCreate()
|
static
long
|
DateCreate(short year, byte month, byte day, byte hour, byte minute, byte second)
|
static
long
|
DateCreate(long d)
|
static
boolean
|
Equals(long r1, long r2)
|
static
byte
|
GetDay(long impl)
|
static
byte
|
GetHour(long impl)
|
static
byte
|
GetMinute(long impl)
|
static
byte
|
GetMonth(long impl)
|
static
byte
|
GetSecond(long impl)
|
static
byte
|
GetUT(long impl)
|
static
byte
|
GetUTHour(long impl)
|
static
byte
|
GetUTMinutes(long impl)
|
static
short
|
GetYear(long impl)
|
static
int
|
HashCode(long impl)
|
static
boolean
|
IsValid(long impl)
|
static
boolean
|
SetCurrentTime(long impl)
|
static
void
|
SetDay(long impl, byte day)
|
static
void
|
SetHour(long impl, byte hour)
|
static
void
|
SetMinute(long impl, byte minute)
|
static
void
|
SetMonth(long impl, byte month)
|
static
void
|
SetSecond(long impl, byte second)
|
static
void
|
SetUT(long impl, byte ut)
|
static
void
|
SetUTHour(long impl, byte ut_hour)
|
static
void
|
SetUTMinutes(long impl, byte ut_minutes)
|
static
void
|
SetYear(long impl, short year)
|
static
boolean
|
Update(long impl, long d)
|