Package | Description |
---|---|
biz.onixs.sbe |
Modifier and Type | Method and Description |
---|---|
TimestampUnit |
SbeTimestamp.getUnit()
Unit of the timestamp.
|
static TimestampUnit |
TimestampUnit.selectByWidth(int width)
Select unit by width of the fractional part.
|
static TimestampUnit |
TimestampUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampUnit[] |
TimestampUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SbeTimestamp.setUnit(TimestampUnit unit)
Update unit.
|
void |
SbeTimestamp.update(long value,
TimestampUnit unit,
TimestampEpoch epoch,
short timezoneHour,
short timezoneMinute)
Update entire timestamp
|
Constructor and Description |
---|
SbeTimestamp(long value,
TimestampUnit unit,
TimestampEpoch epoch,
short timezoneHour,
short timezoneMinute)
Constructs timestamp
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.