Package | Description |
---|---|
com.asakusafw.directio.hive.util |
Utilities for Hive.
|
com.asakusafw.runtime.value |
Classes for runtime values.
|
Modifier and Type | Method and Description |
---|---|
static int |
TemporalUtil.getJulianDayNumber(DateTime dateTime)
Returns the Julian day number of the date time.
|
static long |
TemporalUtil.getTimeOfDayNanos(DateTime dateTime)
Returns the nano time of the julian day.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTimeOption.get()
Returns the value which this object represents.
|
DateTime |
DateTimeOption.or(DateTime alternate)
Returns the value which this object represents.
|
static DateTime |
DateTime.valueOf(String timeString,
DateTime.Format format)
Parses the target string using the specified format, and returns the corresponding date and time object.
|
static DateTime |
DateTime.valueOf(StringOption timeString,
DateTime.Format format)
Parses the target string using the specified format, and returns the corresponding date and time as the elapsed
seconds from
0001/01/01 (YYYY/MM/DD) 00:00:00 . |
Modifier and Type | Method and Description |
---|---|
int |
DateTime.compareTo(DateTime o) |
boolean |
DateTimeOption.has(DateTime other)
Returns whether both this object and the specified value represents an equivalent value or not.
|
DateTimeOption |
DateTimeOption.modify(DateTime newValue)
Deprecated.
Application developer should not use this method directly
|
DateTime |
DateTimeOption.or(DateTime alternate)
Returns the value which this object represents.
|
Constructor and Description |
---|
DateTimeOption(DateTime valueOrNull)
Creates a new instance which represents the specified value.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.