Algo > Algo Assembly Interfaces > IAlgorithmPeriodControl
Assembly: Algo;
The IAlgorithmPeriodControl interface is used to manage algorithm calculation period.
IAlgorithmPeriodControl
Property name | Brief description | |
![]() |
Attribute | The Attribute property determines the attribute, which value will be used as calculation start date or end date. |
![]() |
OffsetLevel | The OffsetLevel property determines calculation period calendar frequency. |
![]() |
OffsetValue | The OffsetValue property determines the number of points in a time period, by which the calculation start date or end date is shifted forward or backward relative to the parameter value. |
![]() |
Parameter | The Parameter property determines the calculation algorithm parameter that will manage calculation period. |
![]() |
Visible | The Visible property determines whether calculation start or end dates are displayed on the parameters panel. |
Method name | Brief description | |
![]() |
ErrorText | The ErrorText method returns the error message. |
![]() |
IsEnabled | The IsEnabled method returns whether the configured calculation start or end date is used. |
![]() |
Reset | The Reset method resets the settings determined for calculation period. |
See also: