PartnerBatch.StartDateTime Property

Definition

public:
 property Nullable<DateTime> StartDateTime { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public Nullable<DateTime> StartDateTime { get; set; }
member this.StartDateTime : Nullable<DateTime> with get, set
Public Property StartDateTime As Nullable(Of DateTime)

Property Value

Nullable<DateTime>

Implements

Applies to