PeriodSettings.SetPeriod
Syntax:
Parameters:
<StartDate> (optional)
Beginning date of period.
<EndDate> (optional)
Ending date of period.
<UseWorkingPeriodByDefault> (optional)
If True is set, the program attempts to define the working period when the period is set (the Working Period checkbox will be selected in the dialog form).
Default value: False.
Description:
Availability:
Example:
PeriodSettings = Controls.List.StandardPeriod; PeriodSettings.SetPeriod('20020401','20020531'); |