Noda Time
IsoPattern Property
NamespacesNodaTime.TextLocalDatePatternIsoPattern

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

Returns an invariant local date pattern which is ISO-8601 compatible. This corresponds to the text pattern "yyyy'-'MM'-'dd".
Declaration Syntax
C#Visual BasicVisual C++
public static LocalDatePattern IsoPattern { get; }
Public Shared ReadOnly Property IsoPattern As LocalDatePattern
	Get
public:
static property LocalDatePattern^ IsoPattern {
	LocalDatePattern^ get ();
}

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