setCreatedOn method
- DateTime createdOn
Sets the creation date.
createdOn
is the new creation date to be set.
Implementation
void setCreatedOn(DateTime createdOn) {
this.createdOn = createdOn;
}
Sets the creation date.
createdOn
is the new creation date to be set.
void setCreatedOn(DateTime createdOn) {
this.createdOn = createdOn;
}