Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an ending date/time filter.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DateTimeEndRange As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of DateTime)
value = instance.DateTimeEndRange
instance.DateTimeEndRange = value
[DataMemberAttribute]
public Nullable<DateTime> DateTimeEndRange { get; set; }
[DataMemberAttribute]
public:
property Nullable<DateTime> DateTimeEndRange {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member DateTimeEndRange : Nullable<DateTime> with get, set
function get DateTimeEndRange () : Nullable<DateTime>
function set DateTimeEndRange (value : Nullable<DateTime>)
Property Value
Type: System.Nullable<DateTime>
An ending date/time filter.
See Also
Reference
TransactionSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace