HistoryRead constructor
Read history history using arguments as filter.
- author: iruzo
- params:
- historyFolderPath (e.g. /history)
- [date (e.g. "0000-00-00 00:00:00.000Z") (You can specify as much as you want, if you want only a Year, you need to type the rest as 0, e.g. "2000-00-00 00:00:00.000000")
entry (e.g. some text that was saved before in the history)
.
- return: List with history entries.
Implementation
HistoryRead(this._historyFolderPath, [this._date, this._entry]);