Click or drag to resize

BiIndicatorPeriodDefinitionTryGetPeriod Method

Get a period from this BI indicator period definition that is during the specified time

Namespace: SanteDB.BI.Model
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public bool TryGetPeriod(
	DateTime atTime,
	out BiIndicatorPeriod period
)

Parameters

atTime  DateTime
The time point to get the period
period  BiIndicatorPeriod
The resulting period

Return Value

Boolean
True if the period atTime is valid
See Also