Package ilcd
Class ProjectInfo
String getProjectModificationDate()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Returns | Description |
|---|---|
| projectModificationDate | a string which contains the modification date of the project |
Returns the project modification date ("MM.DD.YY").
Example
Draw.writeText(" get project modification date: "
+ General.getProjectInfo().getProjectModificationDate());
See also:
Copyright © demmel products gmbh. All rights reserved.