Package one.microstream.time
Class TimeSpan.Format
java.lang.Object
one.microstream.time.TimeSpan.Format
- Enclosing interface:
- TimeSpan
public static class TimeSpan.Format extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
INDICATOR_END
static String
INDICATOR_START
static String
MARKER_DAY
static String
MARKER_HOUR
static String
MARKER_MILLIS
static String
MARKER_MINUTE
static String
MARKER_SECOND
static String
MARKER_YEAR
static String
TOKEN_DAY
static String
TOKEN_HOUR
static String
TOKEN_MILLIS
static String
TOKEN_MINUTE
static String
TOKEN_SECOND
static String
TOKEN_YEAR
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description VarString
assembleFormat(VarString vc, TimeSpan timeSpan)
String
format(TimeSpan timeSpan)
String
getFormatString()
-
Field Details
-
TOKEN_YEAR
- See Also:
- Constant Field Values
-
TOKEN_DAY
- See Also:
- Constant Field Values
-
TOKEN_HOUR
- See Also:
- Constant Field Values
-
TOKEN_MINUTE
- See Also:
- Constant Field Values
-
TOKEN_SECOND
- See Also:
- Constant Field Values
-
TOKEN_MILLIS
- See Also:
- Constant Field Values
-
INDICATOR_START
- See Also:
- Constant Field Values
-
INDICATOR_END
- See Also:
- Constant Field Values
-
MARKER_YEAR
- See Also:
- Constant Field Values
-
MARKER_DAY
- See Also:
- Constant Field Values
-
MARKER_HOUR
- See Also:
- Constant Field Values
-
MARKER_MINUTE
- See Also:
- Constant Field Values
-
MARKER_SECOND
- See Also:
- Constant Field Values
-
MARKER_MILLIS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details