fullRoundtripWithoutCalendar property

LocalDateTimePattern fullRoundtripWithoutCalendar

Gets an invariant local date/time pattern which round trips values, but doesn't include the calendar system. It provides up to 9 decimal places of sub-second accuracy which are always present (including trailing zeroes). This corresponds to the text pattern "uuuu'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffff". It will round-trip all LocalDateTime values if the calendar system of the template value is the same as the calendar system of the original value.

Implementation

static LocalDateTimePattern get fullRoundtripWithoutCalendar => LocalDateTimePatterns.fullRoundtripWithoutCalendarImpl;