| Modifier and Type | Field and Description |
|---|---|
static long |
HOURS_TO_MILLIS
Hours to millis factor.
|
static long |
MINUTES_TO_MILLIS
Minutes to millis factor.
|
static String |
NULL
Null.
|
static long |
SECONDS_TO_MILLIS
Seconds to millis factor.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeValue |
from(int hours,
int minutes,
int seconds,
int millis) |
static TimeValue |
from(Time value) |
static ListValue<Time,TypeList<Time,Type<Time>>> |
froms(Collection<Time> values) |
static ListValue<Time,TypeList<Time,Type<Time>>> |
froms(Time[] values) |
J |
get() |
T |
getType() |
String |
toQ() |
public static final String NULL
public static final long SECONDS_TO_MILLIS
public static final long MINUTES_TO_MILLIS
public static final long HOURS_TO_MILLIS
public static TimeValue from(int hours, int minutes, int seconds, int millis)
hours - [0-23]minutes - [0-59]seconds - [0-59]millis - [0-99]public static ListValue<Time,TypeList<Time,Type<Time>>> froms(Time[] values)
values - Valuespublic static ListValue<Time,TypeList<Time,Type<Time>>> froms(Collection<Time> values)
values - Valuespublic String toQ()
Copyright © 2012-2014. All Rights Reserved.