public class SecondsSinceMidnight extends SimplePeriod<SecondsSinceMidnight>
| Constructor and Description |
|---|
SecondsSinceMidnight(long seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SecondsSinceMidnight that) |
boolean |
equals(Object object) |
DataType |
getDataType() |
long |
getSeconds() |
int |
hashCode() |
long |
longValue() |
static SecondsSinceMidnight |
parse(String string) |
doubleValue, floatValue, intValue, toSimpleValuebyteValue, shortValuepublic DataType getDataType()
getDataType in class Period<SecondsSinceMidnight>public int compareTo(SecondsSinceMidnight that)
public long getSeconds()
public static SecondsSinceMidnight parse(String string)
Copyright © 2024. All rights reserved.