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