atDate method

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

Implementation

TomlLocalDateTime atDate(TomlFullDate date) => TomlLocalDateTime(date, time);