public class TimeOfDayValue extends TimeBasedValue
| Modifier and Type | Method and Description |
|---|---|
static TimeOfDayValue |
asNull() |
static TimeOfDayValue |
create(Date date) |
static TimeOfDayValue |
create(long milliseconds) |
static TimeOfDayValue |
create(Long milliseconds) |
String |
forScript() |
int |
getHour() |
int |
getMillisecond() |
int |
getMinute() |
int |
getSecond() |
ValueType |
getType() |
compareTo, getInstant, isNull, toStringpublic static TimeOfDayValue asNull()
public static TimeOfDayValue create(long milliseconds)
public static TimeOfDayValue create(Long milliseconds)
public static TimeOfDayValue create(Date date)
public int getHour()
public int getMinute()
public int getSecond()
public int getMillisecond()
Copyright © 2012. All Rights Reserved.