Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Method and Description |
---|---|
static DateTime.SecondsAndNanos |
DateTime.SecondsAndNanos.ofSecondsAndNanos(long seconds,
int nanos) |
static DateTime.SecondsAndNanos |
DateTime.parseRfc3339ToSecondsAndNanos(String str)
Parses an RFC3339 timestamp to a pair of seconds and nanoseconds since Unix Epoch.
|
Copyright © 2011–2023 Google. All rights reserved.