Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
Modifier and Type | Method and Description |
---|---|
Second |
Millisecond.getSecond()
Returns the second.
|
static Second |
Second.parseSecond(java.lang.String s)
Creates a new instance by parsing a string.
|
Constructor and Description |
---|
Millisecond(int millisecond,
Second second)
Constructs a millisecond.
|