Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Field and Description |
---|---|
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") . |
Modifier and Type | Method and Description |
---|---|
TimeFormat |
TimeFormat.asFullIso()
Returns TimeFormat instance that produces full ISO8610 string of "yyyy-MM-dd'T'HH:mm:ss.SSSX".
|
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. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.