TransactionSearchCriteria.DateTimeBeginRange 属性

Gets or sets a beginning date/time filter.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property DateTimeBeginRange As Nullable(Of DateTime)
    Get 
    Set
用法
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>)

属性值

类型:System.Nullable<DateTime>
A beginning date/time filter.

请参阅

参考

TransactionSearchCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间