Click or drag to resize
PeriodListGetPeriods Method (PeriodTypeId)
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(
	PeriodTypeId periodTypeId
)

Parameters

periodTypeId
Type: ArtDatabanken.DataPeriodTypeId
Period type id.

Return Value

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