다음을 통해 공유


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 네임스페이스