DateTime data type used in calendar events. If hours/minutes/seconds are not specified in the barcode value, they will be set to -1.
| int |
getDay()
Gets the day of the calendar date time.
|
| int |
getHours()
Gets the hours of the calendar date time.
|
| int |
getMinutes()
Gets the minutes of the calendar date time.
|
| int |
getMonth()
Gets the month of the calendar date time.
|
| String |
getRawValue()
Gets the raw value calendar date time.
|
| int |
getSeconds()
Gets the seconds of the calendar date time.
|
| int |
getYear()
Gets the year of the calendar date time.
|
| boolean |
isUtc()
Gets whether the date time is UTC.
|
Gets the day of the calendar date time.
Gets the hours of the calendar date time.
Gets the minutes of the calendar date time.
Gets the month of the calendar date time.
Gets the raw value calendar date time.
Gets the seconds of the calendar date time.
Gets the year of the calendar date time.
Gets whether the date time is UTC.