[]
Gets the DateTime value for when the threaded comment was added in Coordinated Universal Time (UTC).
DateTime Date { get; }
ReadOnly Property [Date] As Date
ICommentThreaded comment = worksheet.Range["A1"].AddCommentThreaded("Review this value", "Alex");
DateTime date = comment.Date;