 | BiIndicatorPeriodDefinitionTryGetPeriod Method |
Get a period from this BI indicator period definition that is during the specified time
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic bool TryGetPeriod(
DateTime atTime,
out BiIndicatorPeriod period
)
Public Function TryGetPeriod (
atTime As DateTime,
<OutAttribute> ByRef period As BiIndicatorPeriod
) As Boolean
public:
bool TryGetPeriod(
DateTime atTime,
[OutAttribute] BiIndicatorPeriod% period
)
member TryGetPeriod :
atTime : DateTime *
period : BiIndicatorPeriod byref -> bool Parameters
- atTime DateTime
- The time point to get the period
- period BiIndicatorPeriod
- The resulting period
Return Value
BooleanTrue if the period
atTime is valid
See Also