public static interface BrickletRealTimeClock.DateTimeListener extends DeviceListener
BrickletRealTimeClock.setDateTimeCallbackPeriod(long)
. The parameters are the same
as for BrickletRealTimeClock.getDateTime()
and BrickletRealTimeClock.getTimestamp()
combined.
The BrickletRealTimeClock.DateTimeListener
listener is only triggered if the date or time changed
since the last triggering.
.. versionadded:: 2.0.1$nbsp;(Plugin)Modifier and Type | Method and Description |
---|---|
void |
dateTime(int year,
short month,
short day,
short hour,
short minute,
short second,
short centisecond,
short weekday,
long timestamp) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.