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)
Protobuf type TW.Hedera.Proto.Timestamp

Functions

Link copied to clipboard
Number of nanoseconds since the start of the last second
int32 nanos = 2;
Link copied to clipboard
Number of complete seconds since the start of the epoch
int64 seconds = 1;
Link copied to clipboard
open fun getNanos(): Int
Number of nanoseconds since the start of the last second
int32 nanos = 2;
Link copied to clipboard
open fun getSeconds(): Long
Number of complete seconds since the start of the epoch
int64 seconds = 1;
Link copied to clipboard
Number of nanoseconds since the start of the last second
int32 nanos = 2;
Link copied to clipboard
Number of complete seconds since the start of the epoch
int64 seconds = 1;