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: 3.47.3
Syntax
C#
public TimePoint ToTimePoint( TimeZoneInfo tz )
Parameters
- tz
- Type: SystemTimeZoneInfo
The timezone.
Return Value
Type: TimePointA point in time.
See Also