Creates a date-object with the specified date and time.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public IsoDateTime( IsoDate date, Time time )
Parameters
- date
- Type: Apptus.ESales.Connector.TimeIsoDate
The date. May not be null. - time
- Type: Apptus.ESales.Connector.TimeTime
The time. May be null.
See Also