[This is preliminary documentation and is subject to change.]
Creates a pattern for the given pattern text and time zone provider, using a strict resolver, the invariant
culture, and a default template value of midnight January 1st 2000 UTC.

C# | Visual Basic | Visual C++ |
public static ZonedDateTimePattern CreateWithInvariantCulture( string patternText, IDateTimeZoneProvider zoneProvider )
Public Shared Function CreateWithInvariantCulture ( _ patternText As String, _ zoneProvider As IDateTimeZoneProvider _ ) As ZonedDateTimePattern
public: static ZonedDateTimePattern^ CreateWithInvariantCulture( String^ patternText, IDateTimeZoneProvider^ zoneProvider )

- patternText (String)
- Pattern text to create the pattern for
- zoneProvider (IDateTimeZoneProvider)
- Time zone provider, used when parsing text which contains a time zone identifier.

A pattern for parsing and formatting zoned date/times.

The resolver is only used if the pattern text doesn't include an offset.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)