Method: XlsFunction::Converters::TimeSerialConverter::TimeSerial#millisecond
- Defined in:
- lib/xls_function/converters/time_serial_converter.rb
#millisecond ⇒ Object
65 66 67 |
# File 'lib/xls_function/converters/time_serial_converter.rb', line 65 def millisecond @millisecond ||= (without_hour_and_minute_and_second / MS_UNIT).round(15).to_i end |