Uses of Class
com.daml.ledger.javaapi.data.Timestamp
-
Packages that use Timestamp Package Description com.daml.ledger.javaapi.data -
-
Uses of Timestamp in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return Timestamp Modifier and Type Method Description static @NonNull Timestamp
Timestamp. fromInstant(@NonNull java.time.Instant instant)
Constructs aTimestamp
value from anInstant
up to microsecond precision.static @NonNull Timestamp
Timestamp. fromMillis(long millis)
Constructs aTimestamp
from milliseconds since UNIX epoch.Methods in com.daml.ledger.javaapi.data that return types with arguments of type Timestamp Modifier and Type Method Description java.util.Optional<Timestamp>
Value. asTimestamp()
-