Noda Time
ExtendedIsoPattern Property
NamespacesNodaTime.TextInstantPatternExtendedIsoPattern

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

Returns an invariant instant 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;Z'".
Declaration Syntax
C#Visual BasicVisual C++
public static InstantPattern ExtendedIsoPattern { get; }
Public Shared ReadOnly Property ExtendedIsoPattern As InstantPattern
	Get
public:
static property InstantPattern^ ExtendedIsoPattern {
	InstantPattern^ get ();
}

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