Click or drag to resize

IUndoRedoLastModificationDate Method

Gets the date of the most recently executed command for the specified document.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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

DateTime
the last modification date.
See Also