| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.encoder |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.Builder.build() |
DateTime |
DateTime.deepCopy() |
DateTime |
Value.getDtVal() |
DateTime |
DateTime.setDay(byte day) |
DateTime |
DateTime.setHour(byte hour) |
DateTime |
DateTime.setMicrosec(int microsec) |
DateTime |
DateTime.setMinute(byte minute) |
DateTime |
DateTime.setMonth(byte month) |
DateTime |
DateTime.setSec(byte sec) |
DateTime |
DateTime.setYear(short year) |
| Modifier and Type | Method and Description |
|---|---|
int |
DateTime.compareTo(DateTime other) |
static Value |
Value.dtVal(DateTime __value) |
void |
Value.setDtVal(DateTime __value) |
| Constructor and Description |
|---|
DateTime(DateTime other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
TimeUtil.datetimeConvertWithTimezone(DateTime dateTime,
int timezoneOffset) |
DateTime |
DateTimeWrapper.getDateTimeWithTimezoneOffset(int timezoneOffset) |
DateTime |
DateTimeWrapper.getLocalDateTime() |
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
TimeUtil.datetimeConvertWithTimezone(DateTime dateTime,
int timezoneOffset) |
| Constructor and Description |
|---|
DateTimeWrapper(DateTime dateTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowWriter.write(int index,
DateTime v) |
void |
RowWriterImpl.write(int index,
DateTime v) |
Copyright © 2022. All rights reserved.