Flt_ArchUtGe

SUMMARY

Flt_ArchUtGe - Filter events >= universaltime

SYNTAX

Flt_ArchUtGe(<CursorID>,<TimeObject>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
TimeObject
- Its value defines the point of time from that on events to be listed.

DESCRIPTION

For the named cursor the event time(Universal Time) of the archive entries are compared for being equal/higher than the value of the defined TimeObject.
The TimeObject got the format: SE:MI:HO & DA:MO:YE

Note:
It is possible to set the TimeObject via an input field.

The function sequence:

Flt_ArchUtGE(ALARM,Time_start)
Flt_ArchUtLE(ALARM,Time_stop)

Would display events/alarms of the time slice between Time_start and Time stop.

EXAMPLES

Flt_ArchUtGe (ALARM, $UT)


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