Class TimeInstant
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.ext.TimeInstant
- All Implemented Interfaces:
TimeObject
Represents ISO8601 Instant.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeInstantstatic TimeInstantcreate(ZonedDateTime zdt) static TimeInstantcreate(net.time4j.Moment moment) booleannet.time4j.MomentinthashCode()booleanisEmpty()static TimeInstantnow()static TimeInstanttoString()
-
Constructor Details
-
TimeInstant
public TimeInstant(net.time4j.Moment dateTime)
-
-
Method Details
-
now
-
create
-
create
-
create
-
hashCode
public int hashCode() -
equals
-
parse
-
getDateTime
public net.time4j.Moment getDateTime() -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceTimeObject
-
asISO8601
- Specified by:
asISO8601in interfaceTimeObject
-
toString
-