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.
 
Outputs
- modifiedDate
 - The date and time the model was modified.
 
Examples
Get revision information:
      
    model = bdeGetCurrentModel();
      modifiedDate = bdeGetModelLastModifiedDate(model)
      modifiedDate = 08/30/18 16:30:38