Click or drag to resize
PeriodListGetPeriods Method (Int32)
Get all periods of a certain period type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public PeriodList GetPeriods(
	int periodTypeId
)

Parameters

periodTypeId
Type: SystemInt32
Period type id.

Return Value

Type: PeriodList
All periods of a certain period type.
See Also