org.smallmind.wicket.component.google.visualization
Class TimeOfDayValue
java.lang.Object
org.smallmind.wicket.component.google.visualization.Value
org.smallmind.wicket.component.google.visualization.TimeBasedValue
org.smallmind.wicket.component.google.visualization.TimeOfDayValue
- All Implemented Interfaces:
- Comparable<Value>
public class TimeOfDayValue
- extends TimeBasedValue
| Methods inherited from class org.smallmind.wicket.component.google.visualization.Value |
equals |
asNull
public static TimeOfDayValue asNull()
create
public static TimeOfDayValue create(long milliseconds)
create
public static TimeOfDayValue create(Long milliseconds)
create
public static TimeOfDayValue create(Date date)
getType
public ValueType getType()
- Specified by:
getType in class Value
getHour
public int getHour()
getMinute
public int getMinute()
getSecond
public int getSecond()
getMillisecond
public int getMillisecond()
forScript
public String forScript()
- Specified by:
forScript in class Value
Copyright © 2012. All Rights Reserved.