PeriodSettings
Properties:
DaysAfter
DaysBefore
EditAsInterval
EditAsPeriod
EndDate
EndingVariant
PeriodValue
PeriodVariant
SettingsMode
StartDate
Methods:
GetDateFrom
GetDateTo
SetPeriod
Constructors:
Description:
The object is also used to set the viewing range by means of script.
Availability:
Serializable.
Example:
PeriodSettings = Controls.List.StandardPeriod; PeriodSettings.BeginningVariant = PeriodBorderVariant.Month; PeriodSettings.EndingVariant = PeriodBorderVariant.WithoutRestriction; PeriodSettings.EditAsInterval = True; PeriodSettings.EditAsPeriod = False; |
See also:
Information register record list table box extension, property StandardPeriod
Accumulation register record list table box extension, property StandardPeriod
Document journal table box extension, property StandardPeriod
Accounting register record list table box extension, property StandardPeriod
Calculation register record list table box extension, property StandardPeriod
Business process list table box extension, property StandardPeriod