public static interface BrickletRealTimeClockV2.DateTimeListener extends DeviceListener
BrickletRealTimeClockV2.setDateTimeCallbackConfiguration(long)
. The parameters are the
same as for BrickletRealTimeClockV2.getDateTime()
.Modifier and Type | Method and Description |
---|---|
void |
dateTime(int year,
int month,
int day,
int hour,
int minute,
int second,
int centisecond,
int weekday,
long timestamp) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.