TransactionSearchCriteria.DateTimeBeginRange Property

Definition

Gets or sets a beginning date/time filter.

public:
 property Nullable<DateTime> DateTimeBeginRange { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? DateTimeBeginRange { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DateTimeBeginRange : Nullable<DateTime> with get, set
Public Property DateTimeBeginRange As Nullable(Of DateTime)

Property Value

The date and time.

Attributes

Applies to