ParseObjectCreatedAt Property Parse
Gets the first time this object was saved as the server sees it, so that if you create a ParseObject, then wait a while, and then call SaveAsync, the creation time will be the time of the first SaveAsync call rather than the time the object was created locally.

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

public Nullable<DateTime> CreatedAt { get; }

Property Value

Type: NullableDateTime
See Also

Reference