plus Millis
Works off of LocalTime context. Wraps around midnight, e.g. 23:59:59.999 + 1ms -> 00:00:00.
Return
LocalTime advanced by the given milliseconds.
Parameters
millis
Number of milliseconds to add (may be negative).
Works off of LocalTime context. Wraps around midnight, e.g. 23:59:59.999 + 1ms -> 00:00:00.
LocalTime advanced by the given milliseconds.
Number of milliseconds to add (may be negative).