public class SecondsSinceMidnight extends Object implements Comparable<SecondsSinceMidnight>
| Constructor and Description |
|---|
SecondsSinceMidnight(org.joda.time.Seconds seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SecondsSinceMidnight that) |
boolean |
equals(Object object) |
static org.joda.time.format.DateTimeFormatter |
getFormat() |
org.joda.time.Seconds |
getSeconds() |
int |
hashCode() |
int |
intValue() |
public int compareTo(SecondsSinceMidnight that)
compareTo in interface Comparable<SecondsSinceMidnight>public int intValue()
public org.joda.time.Seconds getSeconds()
public static org.joda.time.format.DateTimeFormatter getFormat()
Copyright © 2014. All Rights Reserved.