Package org.teavm.classlib.java.util
Class TDate
java.lang.Object
org.teavm.classlib.java.util.TDate
- All Implemented Interfaces:
TComparable<TDate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
clone()
int
boolean
int
getDate()
Deprecated.int
getDay()
Deprecated.static int
getDayLowLevel
(long date) int
getHours()
Deprecated.int
Deprecated.int
getMonth()
Deprecated.int
Deprecated.long
getTime()
int
Deprecated.int
getYear()
Deprecated.int
hashCode()
static long
Deprecated.void
setDate
(int date) Deprecated.void
setHours
(int hours) Deprecated.void
setMinutes
(int minutes) Deprecated.void
setMonth
(int month) Deprecated.void
setSeconds
(int seconds) Deprecated.void
setTime
(long time) void
setYear
(int year) Deprecated.Deprecated.Deprecated.toString()
static long
UTC
(int year, int month, int date, int hrs, int min, int sec) Deprecated.
-
Constructor Details
-
TDate
public TDate() -
TDate
public TDate(long date) -
TDate
Deprecated. -
TDate
Deprecated. -
TDate
Deprecated. -
TDate
-
-
Method Details
-
clone
-
UTC
Deprecated. -
parse
Deprecated. -
getYear
Deprecated. -
setYear
Deprecated. -
getMonth
Deprecated. -
setMonth
Deprecated. -
getDate
Deprecated. -
setDate
Deprecated. -
getDay
Deprecated. -
getDayLowLevel
public static int getDayLowLevel(long date) -
getHours
Deprecated. -
setHours
Deprecated. -
getMinutes
Deprecated. -
setMinutes
Deprecated. -
getSeconds
Deprecated. -
setSeconds
Deprecated. -
getTime
public long getTime() -
setTime
public void setTime(long time) -
before
-
after
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceTComparable<TDate>
-
hashCode
public int hashCode() -
toString
-
toLocaleString
Deprecated. -
toGMTString
Deprecated. -
getTimezoneOffset
Deprecated.
-