public class Time extends Date
Constructor and Description |
---|
Time(int hour,
int minute,
int second)
Deprecated.
|
Time(long time) |
Modifier and Type | Method and Description |
---|---|
int |
getDate()
Deprecated.
|
int |
getDay()
Deprecated.
|
int |
getMonth()
Deprecated.
|
int |
getYear()
Deprecated.
|
void |
setDate(int i)
Deprecated.
|
void |
setMonth(int i)
Deprecated.
|
void |
setYear(int i)
Deprecated.
|
String |
toString() |
static Time |
valueOf(String s) |
after, before, clone, compareTo, equals, getHours, getMinutes, getSeconds, getTime, getTimezoneOffset, hashCode, padTwo, parse, setHours, setMinutes, setSeconds, setTime, toGMTString, toLocaleString, UTC
@Deprecated public Time(int hour, int minute, int second)
public Time(long time)
@Deprecated public int getDate()
@Deprecated public int getDay()
@Deprecated public int getMonth()
@Deprecated public int getYear()
@Deprecated public void setDate(int i)
@Deprecated public void setMonth(int i)
@Deprecated public void setYear(int i)
Copyright © 2018. All rights reserved.