Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
DateTimeLiteral
Interface DateTimeLiteral
Represents an instant in time with nanosecond precision in
RFC3339Nano date/time format
.
interface
DateTimeLiteral
{
type
?:
string
;
value
?:
string
;
}
Index
Properties
type?
value?
Properties
Optional
type
type
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Documentation
Loading...
Represents an instant in time with nanosecond precision in RFC3339Nano date/time format.