Parses a ISO 8601 formatted date and time and returns a time point
set to the specified point in time. If the ISO date and time lacks
offset specification, then the offset at that time for the supplied
time zone is used.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static TimePoint Parse(
string iso,
TimeZoneInfo tz
)
Parameters
- iso
- Type: SystemString
The input string. - tz
- Type: SystemTimeZoneInfo
The local time zone.
Return Value
Type:
TimePointA timepoint for a point in time denoted by the date and time.
See Also