 |
ALPHA-VISION® Function of the Section Server: Sd_StartTime
|
Sd_StartTime
SUMMARY
Sd_StartTime - Starttime for section printout
SYNTAX
Sd_StartTime(cursor);
ARGUMENTS
- cursor
-
Cursor Name of the Listbox where the Section is displayed at.
RETURN VALUE
Time in seconds since 1970/01/01
DESCRIPTION
Query of the next Start Time for the cyclic Section protocol.
The Section Name is a string of 6 characters.
A Section may contain as may Data Objects as wanted.
A Data Object may be member of several sections.
A Section got the following attributes
| Attribute |
Description |
| Sd_Id |
Section Name |
| Sd_Descr |
Section Description |
| Sd_IntvTime |
Interval Time (Format: hh) |
| Sd_StartTime |
next Starting Time (Format: hh:mm) |
A Secton Entry got the following attributes
| Attribute |
Description |
| Sd_SecLoTyp |
Layout Typ of an Entry |
| Sd_SecObjNum |
Data Objekt Number of an Entry |
| Sd_SecTxt |
Entry Text (for headlines etc.) |
EXAMPLES
Sd_StartTime(section);
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