Obj_SetValAsTime

SUMMARY

Obj_SetValAsTime - Set value as time

SYNTAX

Obj_SetValAsTime(<PointID>,<Time>)

ARGUMENTS

PointID
- DataObject
Time
- New Time

DESCRIPTION

The value of the DataObject is set using the Time-Format, the Date remains unchanged.
Note:
To realize a change of Time within the system the action "Obj_SetValAsTime($LT/UT,)" is bound to a numeric edit-field; in addition an ApplyGroup is defined.
The action:
"Apply_DateTime(ApplyGroup)"
then sends the newly set Date as a Time-Telegram.

EXAMPLES

Obj_SetValAsTime (Test,)
The value of the DataObject "Test" is set using the Time-Format.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times