public class DateTimeValueImpl extends DateValueImpl implements DateTimeValue
Constructor and Description |
---|
DateTimeValueImpl(int year,
int month,
int day,
int hour,
int minute,
int second) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
int |
hour()
The hour in the range 0 through 24.
|
int |
minute()
The minute in the range 0 through 59.
|
int |
second()
The second in the range 0 through 59.
|
String |
toString() |
compareTo, day, equals, month, year
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public DateTimeValueImpl(int year, int month, int day, int hour, int minute, int second)
public int hour()
TimeValue
public int minute()
TimeValue
public int second()
TimeValue
public int hashCode()
hashCode
in class DateValueImpl
public String toString()
toString
in class DateValueImpl
Copyright © 2013-2016 Michael Angstadt. All Rights Reserved.