Click or drag to resize

RentalObjectsIntervalCriteriaDateFrom Property

Include rental objects that can be rented at a equal to or later than this date. Only rental objects are returned that are active in the agencies portfolio during the DateFrom and DateTo date interval are returned.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DateTime DateFrom { get; set; }

Property Value

Type: DateTime
Remarks
This property is required.
See Also