Method: XlsFunction::Converters::TimeSerialConverter::TimeSerial#second

Defined in:
lib/xls_function/converters/time_serial_converter.rb

#secondObject



61
62
63
# File 'lib/xls_function/converters/time_serial_converter.rb', line 61

def second
  @second ||= (without_hour_and_minute / S_UNIT).round(15).to_i
end