bdeSetModelCreationDate

Takes model and date and sets the creation date parameter.

Syntax

bdeSetModelCreationDate(model, date)

Inputs

model
Model who's creation date parameter is being set.
Type: diagram
date
Date and time to set the creation date parameter to.
Type: string

Examples

Set a model's creation date value:
model = bdeGetCurrentModel();
      bdeSetModelCreationDate(model, date)