ParseObjectUpdatedAt Property Parse
Gets the last time this object was updated as the server sees it, so that if you make changes to a ParseObject, then wait a while, and then call SaveAsync, the updated time will be the time of the SaveAsync call rather than the time the object was changed locally.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public Nullable<DateTime> UpdatedAt { get; }

Property Value

Type: NullableDateTime
See Also

Reference