Noda Time
ExtendedIsoPattern Property
NamespacesNodaTime.TextLocalTimePatternExtendedIsoPattern

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

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

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