java.lang.Object | |
↳ | com.datalogic.cradle.Time |
This class contains informations about RTC (Real Time Clock) date and time of the Cradle.
This class is also used by FailureOccurrence
in order to retrive information about when a failure appeared and disappeared
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the day of the Cradle Time.
| |||||||||||
Retrieves the hour of the Cradle Time.
| |||||||||||
Retrieves the minutes of the Cradle Time.
| |||||||||||
Retrieves the month of the Cradle Time.
| |||||||||||
Retrieves the year of the Cradle Time.
| |||||||||||
Retrieve the Date and Time information as
String in the format hh:mm dd/mm/yyyy.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Retrieves the day of the Cradle Time.
int
The day of the Cradle Time.
Retrieves the hour of the Cradle Time.
int
The hour of the Cradle Time.
Retrieves the minutes of the Cradle Time.
int
The minutes of the Cradle Time.
Retrieves the month of the Cradle Time.
int
The month of the Cradle Time.
Retrieves the year of the Cradle Time.
int
The year of the Cradle Time.
Retrieve the Date and Time information as String in the format hh:mm dd/mm/yyyy.
String
The String representing the date and time.