extendedIso property

InstantPattern extendedIso

Gets an invariant instant 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'Z'".

Implementation

static InstantPattern get extendedIso => InstantPatterns.extendedIsoPatternImpl;