Click or drag to resize
Ad.EndTime Property
The end time for this ad. The is not shown after the end time. If no end time is specified, then null is returned and the ad is valid until the end of time.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public Nullable<DateTime> EndTime { get; }

Property Value

Type: Nullable<DateTime>
See Also