Package | Description |
---|---|
com.asakusafw.runtime.value |
Classes for runtime values.
|
Modifier and Type | Method and Description |
---|---|
static DateTime.Format |
DateTime.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTime.Format[] |
DateTime.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.