public class ArangoUnixTime extends BaseEntity
| Constructor and Description |
|---|
ArangoUnixTime() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMicrosecond() |
int |
getSecond() |
double |
getTime() |
long |
getTimeMillis() |
void |
setMicrosecond(int microsecond) |
void |
setSecond(int second) |
void |
setTime(double time) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toStringpublic long getTimeMillis()
public double getTime()
public int getSecond()
public int getMicrosecond()
public void setTime(double time)
public void setSecond(int second)
public void setMicrosecond(int microsecond)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.