Click or drag to resize
Ad.StartTime Property
The start time for this ad. The ad is not shown before the start time. If no start time is specified, then null is returned and the ad is valid from the beginning of time.

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

Property Value

Type: Nullable<DateTime>
See Also