extendedIso property

LocalDateTimePattern extendedIso

Gets an invariant local date/time pattern which is ISO-8601 compatible, providing up to 9 decimal places of sub-second accuracy. (These digits are omitted when unnecessary.) This corresponds to the text pattern "uuuu'-'MM'-'dd'T'HH':'mm':'ss;FFFFFFFFF".

Implementation

static LocalDateTimePattern get extendedIso => LocalDateTimePatterns.extendedIsoPatternImpl;