Constructor and Description |
---|
DateTime(String yearString,
int month,
int day,
int hour,
int minute,
int second,
int timeZone) |
Modifier and Type | Method and Description |
---|---|
static Date |
convertToDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int timeZone) |
boolean |
equals(Object obj) |
Date |
getDate() |
int |
getDay() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getTimeZone() |
int |
getYear() |
int |
hashCode() |
void |
print() |
String |
toString() |
public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, int timeZone)
public int getYear()
public int getMonth()
public int getDay()
public int getHour()
public int getMinute()
public int getSecond()
public int getTimeZone()
public void print()
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.