IsoDateTimeToTimePoint Method A Sandcastle Documented Class Library
Returns a point in time represented by this date-time object. If the date or time lacks precision, or if the time is omitted, then the smallest valid point in time is returned.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public TimePoint ToTimePoint(
	TimeZoneInfo tz
)

Parameters

tz
Type: SystemTimeZoneInfo
The timezone.

Return Value

Type: TimePoint
A point in time.
See Also

Reference