bdeSetModelLastModifiedDate

Takes model and date and sets the last modified date parameter.

Syntax

bdeSetModelLastModifiedDate(model, date)

Inputs

model
Model who's last modified date parameter is being set.
Type: diagram
date
Date to set the last modified date parameter to.
Type: string

Examples

Set a model's last modified date:
model = bdeGetCurrentModel();
      bdeSetModelLastModifiedDate(model, date)