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, yearclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic DateTimeValueImpl(int year, int month, int day, int hour, int minute, int second)
public int hour()
TimeValuepublic int minute()
TimeValuepublic int second()
TimeValuepublic int hashCode()
hashCode in class DateValueImplpublic String toString()
toString in class DateValueImplCopyright © 2013-2016 Michael Angstadt. All Rights Reserved.