Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a beginning date/time filter.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DateTimeBeginRange As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of DateTime)
value = instance.DateTimeBeginRange
instance.DateTimeBeginRange = value
[DataMemberAttribute]
public Nullable<DateTime> DateTimeBeginRange { get; set; }
[DataMemberAttribute]
public:
property Nullable<DateTime> DateTimeBeginRange {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member DateTimeBeginRange : Nullable<DateTime> with get, set
function get DateTimeBeginRange () : Nullable<DateTime>
function set DateTimeBeginRange (value : Nullable<DateTime>)
Property Value
Type: System.Nullable<DateTime>
A beginning date/time filter.
See Also
Reference
TransactionSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace