Constructor
new AccomplishmentsObj(content, date)
Creates an instance of AccomplishmentsObj.
Parameters:
Name | Type | Description |
---|---|---|
content | Array.<string> | The content of the accomplishment(s). |
date | Date | The date of the accomplishment. (Day Month Year Only) |
Classes
Members
content :Array.<string>
The content of the accomplishment.
Type:
- Array.<string>
date :Date
The date of the accomplishment with Year, Month, Day Set (no time)
Type:
- Date
id :number
The unique identifier of the accomplishment based on the time of the date.
Type:
- number