Package ilcd
Class ProjectInfo

Public Method getProjectModificationTime

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:

General.getProjectInfo()