Flt_ArchUtLe

SUMMARY

Flt_ArchUtLe - Filter events <= universaltime

SYNTAX

Flt_ArchUtLe(<CursorID>,<TimeObject>)

ARGUMENTS

CursorID
- Connects the Listbox to a resource.
TimeObject
- Its value define the point of time up to that events should be listed.

DESCRIPTION

For the named cursor the event time(Universal Time) of the archive entries are compared for being equal/lower 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_ArchUtLe(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