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