public class TDate extends Object implements TComparable<TDate>
Constructor and Description |
---|
TDate() |
TDate(int year,
int month,
int date)
Deprecated.
|
TDate(int year,
int month,
int date,
int hrs,
int min)
Deprecated.
|
TDate(int year,
int month,
int date,
int hrs,
int min,
int sec)
Deprecated.
|
TDate(long date) |
TDate(String s) |
Modifier and Type | Method and Description |
---|---|
boolean |
after(TDate when) |
boolean |
before(TDate when) |
Object |
clone() |
int |
compareTo(TDate other) |
boolean |
equals(Object obj) |
int |
getDate()
Deprecated.
|
int |
getDay()
Deprecated.
|
static int |
getDayLowLevel(long date) |
int |
getHours()
Deprecated.
|
int |
getMinutes()
Deprecated.
|
int |
getMonth()
Deprecated.
|
int |
getSeconds()
Deprecated.
|
long |
getTime() |
int |
getTimezoneOffset()
Deprecated.
|
int |
getYear()
Deprecated.
|
int |
hashCode() |
static long |
parse(String s)
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.
|
String |
toGMTString()
Deprecated.
|
String |
toLocaleString()
Deprecated.
|
String |
toString() |
static long |
UTC(int year,
int month,
int date,
int hrs,
int min,
int sec)
Deprecated.
|
public TDate()
public TDate(long date)
@Deprecated public TDate(int year, int month, int date)
@Deprecated public TDate(int year, int month, int date, int hrs, int min)
@Deprecated public TDate(int year, int month, int date, int hrs, int min, int sec)
public TDate(String s)
@Deprecated public static long UTC(int year, int month, int date, int hrs, int min, int sec)
@Deprecated public static long parse(String s)
@Deprecated public int getYear()
@Deprecated public void setYear(int year)
@Deprecated public int getMonth()
@Deprecated public void setMonth(int month)
@Deprecated public int getDate()
@Deprecated public void setDate(int date)
@Deprecated public int getDay()
public static int getDayLowLevel(long date)
@Deprecated public int getHours()
@Deprecated public void setHours(int hours)
@Deprecated public int getMinutes()
@Deprecated public void setMinutes(int minutes)
@Deprecated public int getSeconds()
@Deprecated public void setSeconds(int seconds)
public long getTime()
public void setTime(long time)
public boolean before(TDate when)
public boolean after(TDate when)
public int compareTo(TDate other)
compareTo
in interface TComparable<TDate>
@Deprecated public String toLocaleString()
@Deprecated public String toGMTString()
@Deprecated public int getTimezoneOffset()
Copyright © 2019. All rights reserved.