 | IUndoRedoLastModificationDate Method |
Gets the date of the most recently executed command for the specified document.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxDateTime LastModificationDate(
CAEXDocument document,
bool undo = true
)
Function LastModificationDate (
document As CAEXDocument,
Optional undo As Boolean = true
) As DateTime
DateTime LastModificationDate(
CAEXDocument^ document,
bool undo = true
)
Parameters
- document CAEXDocument
- The document.
- undo Boolean (Optional)
-
if set to true the date of the last undo operation is returned;
otherwise the date of the last redo operation.
Return Value
DateTimethe last modification date.
See Also