[This is preliminary documentation and is subject to change.]
The date when auto rental is started.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DateTime FromDate { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FromDate As DateTime |
Visual C++ |
---|
public: property DateTime FromDate { DateTime get (); void set (DateTime value); } |