Click or drag to resize

TimePeriodsAddPeriod Method

Add a time period to the collection. The time period is localized in the process.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AddPeriod(
	IAppContext cxt,
	TimePeriodType period,
	string symbol,
	string ids,
	string defaultPipedList
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
period
Type: NetQuarryTimePeriodType
The period to add.
symbol
Type: SystemString
The locale-independent symbol.
ids
Type: SystemString
The resource identifier.
defaultPipedList
Type: SystemString
The default piped list of aliases to use if no localization is found.
See Also