Sd_SetStartTime

SUMMARY

Sd_SetStartTime - Set Starttime of section

SYNTAX

Sd_SetStartTime (<CursorID>,<StartTime>)

ARGUMENTS

CursorID
- Section Name.
StartTime
- next Start Time

DESCRIPTION

Sets the next Start Time for the cyclic Section printout.

Sections are created with the AvEt; unlimited DataObjects can be assigned to a section.

A section has the following attributes:
Sd_Id Section Name (String, 6 Characters)
Sd_Descr Section Description
Sd_IntvTime Interval Time (Format: hh)
Sd_StartTime next Start Time (Format: hh:mm)

EXAMPLES

Sd_SetStartTime (SD_12,13:40)

Sets the start time for the next printout of Section SD_12 to 13:40h.


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