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