AccomplishmentsObj

Represents an accomplishment object.

Constructor

new AccomplishmentsObj(content, date)

Creates an instance of AccomplishmentsObj.
Parameters:
NameTypeDescription
contentArray.<string>The content of the accomplishment(s).
dateDateThe date of the accomplishment. (Day Month Year Only)

Classes

AccomplishmentsObj

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