Builder
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
Number of nanoseconds since the start of the last second
Content copied to clipboard
int32 nanos = 2;
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
Number of complete seconds since the start of the epoch
Content copied to clipboard
int64 seconds = 1;
Link copied to clipboard
Number of nanoseconds since the start of the last second
Content copied to clipboard
int32 nanos = 2;
Link copied to clipboard
Number of complete seconds since the start of the epoch
Content copied to clipboard
int64 seconds = 1;