setCreatedOn method

void setCreatedOn(
  1. DateTime createdOn
)

Sets the creation date.

createdOn is the new creation date to be set.

Implementation

void setCreatedOn(DateTime createdOn) {
  this.createdOn = createdOn;
}