lastModified property

int lastModified

Gets the epoch of the last modification of the value.

@return a value reflecting the epoch of the last change

Implementation

int get lastModified;
void lastModified=(int lastModified)

Sets the epoch of the last modification of the value.

This is for replication only and should not be called while operating normally. Unforseeable events may arise if no handled with care.

Implementation

set lastModified(int lastModified);