Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
Modifier and Type | Method and Description |
---|---|
Day |
Minute.getDay()
Returns the day.
|
Day |
Hour.getDay()
Returns the day in which this hour falls.
|
static Day |
Day.parseDay(java.lang.String s)
Parses the string argument as a day.
|
Constructor and Description |
---|
Hour(int hour,
Day day)
Constructs a new Hour.
|