Method: OpenHAB::CoreExt::Java::LocalTime#succ

Defined in:
lib/openhab/core_ext/java/local_time.rb

#succLocalTime

Returns the next second

Will loop back to the beginning of the day if necessary.

Returns:



100
101
102
# File 'lib/openhab/core_ext/java/local_time.rb', line 100

def succ
  plus_seconds(1)
end