getDate method

DateTime getDate ()

Implementation

DateTime getDate() {
  return DateTime.fromMillisecondsSinceEpoch(this.timestamp);
}