|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeFormat | |
---|---|
com.devexperts.util | General utility classes. |
Uses of TimeFormat in com.devexperts.util |
---|
Fields in com.devexperts.util declared as TimeFormat | |
---|---|
static TimeFormat |
TimeFormat.DEFAULT
An instance of TimeFormat that corresponds to default timezone as returned by TimeZone.getDefault() method. |
static TimeFormat |
TimeFormat.GMT
An instance of TimeFormat that corresponds to GMT timezone as returned by TimeZone.getTimeZone("GMT") . |
Methods in com.devexperts.util that return TimeFormat | |
---|---|
static TimeFormat |
TimeFormat.getInstance(TimeZone timezone)
Returns TimeFormat instance for a specified timezone. |
TimeFormat |
TimeFormat.withMillis()
Returns TimeFormat instance that also includes milliseconds into string when using format method. |
TimeFormat |
TimeFormat.withTimeZone()
Returns TimeFormat instance that also includes timezone into string when using format method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |