Mongolid\Schema\Schema::updatedAtTimestamp PHP Method

updatedAtTimestamp() public method

Prepares the field to be now.
public updatedAtTimestamp ( ) : UTCDateTime
return Mongolid\Serializer\Type\UTCDateTime
    public function updatedAtTimestamp()
    {
        return new UTCDateTime();
    }