Uses of Class
org.somda.sdc.common.util.AnyDateTime
-
Packages that use AnyDateTime Package Description org.somda.sdc.common.util Any utilities that cannot sensibly be dropped into other packages. -
-
Uses of AnyDateTime in org.somda.sdc.common.util
Methods in org.somda.sdc.common.util that return AnyDateTime Modifier and Type Method Description static AnyDateTimeAnyDateTime. create(LocalDateTime local)Creates an instance with local date and time.static AnyDateTimeAnyDateTime. create(OffsetDateTime offset)Creates an instance with offset date and time.AnyDateTimeAnyDateTimeAdapter. unmarshal(String v)Methods in org.somda.sdc.common.util with parameters of type AnyDateTime Modifier and Type Method Description StringAnyDateTimeAdapter. marshal(AnyDateTime v)
-