bdeGetModelLastModifiedDate

Takes model and returns the last time the model was modified.

Syntax

modifiedDate = bdeGetModelLastModifiedDate(model)

Inputs

model
Model used to get last modified date.
Type: diagram

Outputs

modifiedDate
The date and time the model was modified.
Type: string

Examples

Get revision information:
model = bdeGetCurrentModel();
      modifiedDate = bdeGetModelLastModifiedDate(model)
modifiedDate = 08/30/18 16:30:38