setCreatedTimestamp method

void setCreatedTimestamp(
  1. int createdTimestamp
)

Sets the created timestamp of the user

Implementation

void setCreatedTimestamp(int createdTimestamp) {
  _createdTimestamp = createdTimestamp;
}