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