E_TimeMode
Syntax
Definition:
TYPE E_TimeMode :
(
Milliseconds := 0,
Seconds,
Minutes,
Hours,
Days
) INT;
END_TYPEParameters
|
Name |
Description |
|---|---|
|
Milliseconds |
Resolution of the "Duration" parameter in milliseconds. |
|
Seconds |
Resolution of the "Duration" parameter in seconds. |
|
Minutes |
Resolution of the "Duration" parameter in minutes. |
|
Hours |
Resolution of the "Duration" parameter in hours. |
|
Days |
Resolution of the "Duration" parameter in days. |