public interface DateTimeInterface
Modifier and Type | Method and Description |
---|---|
DateInterval |
diff(Env env,
DateTimeInterface dateTime,
boolean isAbsolute) |
StringValue |
format(Env env,
StringValue format) |
long |
getOffset() |
long |
getTimestamp() |
DateTimeZone |
getTimeZone() |
DateInterval diff(Env env, DateTimeInterface dateTime, boolean isAbsolute)
StringValue format(Env env, StringValue format)
long getOffset()
long getTimestamp()
DateTimeZone getTimeZone()