TzInfoFileParser Constructor

Creates a new instance of TzInfoFileParser and parses the file provided

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public TzInfoFileParser(
	bool throwOnFailure
)

Parameters

throwOnFailure  Boolean
If true, throw a InvalidTimeZoneException after completing all parsing if some information was invalid

See Also