Click or drag to resize

UndoRedoServiceLastModificationDate Method

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

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public DateTime LastModificationDate(
	CAEXDocument document,
	bool undo = true
)

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

DateTime
the date time of the last modification.

Implements

IUndoRedoLastModificationDate(CAEXDocument, Boolean)
See Also