Class TimeScaleOptions.DisplayFormats
java.lang.Object
software.xdev.chartjs.model.options.scale.cartesian.time.TimeScaleOptions.DisplayFormats
- Enclosing class:
- TimeScaleOptions
Reference structure for
TimeScaleOptions.time
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDay()
getHour()
getMonth()
getWeek()
getYear()
setMillisecond
(String millisecond) setQuarter
(String quarter)
-
Field Details
-
millisecond
-
second
-
minute
-
hour
-
day
-
week
-
month
-
quarter
-
year
-
-
Constructor Details
-
DisplayFormats
public DisplayFormats()
-
-
Method Details
-
getMillisecond
-
setMillisecond
-
getSecond
-
setSecond
-
getMinute
-
setMinute
-
getHour
-
setHour
-
getDay
-
setDay
-
getWeek
-
setWeek
-
getMonth
-
setMonth
-
getQuarter
-
setQuarter
-
getYear
-
setYear
-