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