[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
EDITTIME [ switch ]
Description: Retrieves the total editing time, in minutes, since the document was created, as recorded in the TotalTime element of the Application-Defined File Properties part. By default, the numeric-formatting-switch or general-formatting-switch used is implementation-defined.
Field Value: The total editing time, in minutes.
Switches: Zero or one numeric-formatting-switch or general-formatting-switch.
[Example: Consider the case in which the TotalTime element is as follows:
<TotalTime>930</TotalTime>
and the following fields are updated in a US-English context:
EDITTIME
EDITTIME \* OrdText
EDITTIME \# "#,##0"
the results are:
930
nine hundred thirtieth
930
end example]