public interface TimeUnits
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
TimeUnits.Unit
An enumeration of some basic time units.
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstQtrStartMonth()
For quarters, this represents the month corresponding to the 1st quarter.
|
int |
getMultiplier()
Get the multiplier for the time unit specified.
|
long |
getTimeDimensionValue(long timestamp)
Given a timestamp, return its absolute time dimension value
|
TimeUnits.Unit |
getTimeUnit()
Get the time unit
|
TimeUnits.Unit getTimeUnit()
int getMultiplier()
int getFirstQtrStartMonth()
long getTimeDimensionValue(long timestamp)
timestamp
- the timestampCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.