Inner Drive Extensible Architecture
C#
Show/Hide TOC
Windows
Time
Zone
Rule
Parser
Parse Method
Parses a line of text to return the
TimeZoneRule
that the line represents.
Definition
Namespace:
InnerDrive.TimeZones
Assembly:
InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
Copy
public
override
TimeZoneRule
?
Parse
(
string
ruleText
)
Parameters
ruleText
String
The raw text from the source of timezone information.
Return Value
Nullable
TimeZoneRule
The
TimeZoneRules
described by
ruleText
.
Exceptions
ArgumentException
ruleText
does not contain a string that can be parsed into a
TimeZoneRule
.
See Also
Reference
WindowsTimeZoneRuleParser Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also