Interface BrickletRealTimeClock.DateTimeListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dateTime​(int year, short month, short day, short hour, short minute, short second, short centisecond, short weekday, long timestamp)  
    • Method Detail

      • dateTime

        void dateTime​(int year,
                      short month,
                      short day,
                      short hour,
                      short minute,
                      short second,
                      short centisecond,
                      short weekday,
                      long timestamp)