Timestamp
An exact date and time. This is the same data structure as the protobuf Timestamp.proto
(see the comments in https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Content copied to clipboard
TW.Hedera.Proto.Timestamp
Types
Link copied to clipboard
class Builder
An exact date and time. This is the same data structure as the protobuf Timestamp.proto
(see the comments in https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Content copied to clipboard
TW.Hedera.Proto.Timestamp
Functions
Link copied to clipboard
Link copied to clipboard
Number of complete seconds since the start of the epoch
Content copied to clipboard
int64 seconds = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Timestamp
Link copied to clipboard