Timestamp
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.
Timestamp
A Timestamp value is represented as microseconds since the UNIX epoch.
Timestamp - stable
Upstream docs: Open
Signature
public final class Timestamp extends Value
Members
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | Timestamp(long) | 3.4.8 | - | - |
| Open | equals(Object) | 3.4.8 | - | - |
| Open | fromInstant(Instant) | 3.4.8 | - | - |
| Open | fromMillis(long) | 3.4.8 | - | - |
| Open | getMicroseconds() | 3.4.8 | - | - |
| Open | getValue() | 3.4.8 | - | - |
| Open | hashCode() | 3.4.8 | - | - |
| Open | toInstant() | 3.4.8 | - | - |
| Open | toProto() | 3.4.8 | - | - |
| Open | toString() | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.