CalendarDateToTimePoint Method |
Returns a point in time represented by that date and a supplied
time of day. If the date or time lacks precision, or if the time is
omitted, then the smallest valid point in time for this specification
is returned.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public override TimePoint ToTimePoint(
Time t,
TimeZoneInfo tz
)
Parameters
- t
- Type: Apptus.ESales.Connector.TimeTime
A time of day. May be null. - tz
- Type: SystemTimeZoneInfo
The time zone.
Return Value
Type:
TimePointA point in time.
See Also