getLastUpdateDate method

DateTime getLastUpdateDate()

Get the date this file was last updated.

@return The Date last modified.

Implementation

DateTime getLastUpdateDate() {
  return date;
}