Поделиться через


Свойство TransactionSearchCriteria.DateTimeBeginRange

Gets or sets a beginning date/time filter.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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>
The date and time.

См. также

Справочник

TransactionSearchCriteria Класс

Пространство имен Microsoft.MasterDataServices