Noda Time
ExtendedIsoPattern Property
NamespacesNodaTime.TextLocalDateTimePatternExtendedIsoPattern

[This is preliminary documentation and is subject to change.]

Returns an invariant local date/time pattern which is ISO-8601 compatible, providing up to 7 decimal places of sub-second accuracy. (These digits are omitted when unnecessary.) This corresponds to the text pattern "yyyy'-'MM'-'dd'T'HH':'mm':'ss;FFFFFFF".
Declaration Syntax
C#Visual BasicVisual C++
public static LocalDateTimePattern ExtendedIsoPattern { get; }
Public Shared ReadOnly Property ExtendedIsoPattern As LocalDateTimePattern
	Get
public:
static property LocalDateTimePattern^ ExtendedIsoPattern {
	LocalDateTimePattern^ get ();
}

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)