atTime method

Gets a TomlLocalDateTime that represents the given time at this date.

Implementation

TomlLocalDateTime atTime(TomlPartialTime time) =>
    TomlLocalDateTime(date, time);