public class SecondsSinceMidnight extends Number
| Constructor and Description |
|---|
SecondsSinceMidnight(org.joda.time.Seconds seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SecondsSinceMidnight that) |
double |
doubleValue() |
boolean |
equals(Object object) |
float |
floatValue() |
static org.joda.time.format.DateTimeFormatter |
getFormat() |
org.joda.time.Seconds |
getSeconds() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
byteValue, shortValuepublic int compareTo(SecondsSinceMidnight that)
public org.joda.time.Seconds getSeconds()
public static org.joda.time.format.DateTimeFormatter getFormat()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2014. All Rights Reserved.