PublicAPI.KPI.Indicator.GetIndicatorPeriod ELMA API Documentation
Get the period by indicator and date
 
 
Syntax

public Pair<DateTime, DateTime> GetIndicatorPeriod(
	Indicator indicator,
	Nullable<DateTime> date
)

Parameters

indicator
Type: Indicator
Indicator. Object. Access path: PublicAPI.KPI.Indicator
date
Type: System Nullable DateTime 
Date

Return Value

Type: Pair DateTime, DateTime 
Returns the period
Examples

//indicator - indicator, IIndicator type object 
//date - date

PublicAPI.KPI.Indicator.GetIndicatorPeriod(indicator, date);
See Also