Transaction.Date Property

Definition

Gets or sets the date and time of the transaction.

public:
 property DateTime Date { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public DateTime Date { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Date : DateTime with get, set
Public Property Date As DateTime

Property Value

The date and time.

Attributes

Applies to