Click or drag to resize
ResultAdStartTime Property
Get the start time or null if no such attribute exists for this ad.

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

Return Value

Type: NullableDateTime
The start time for this ad or null if the start_time attribute does not exist.
See Also