Click or drag to resize

BiIndicatorPeriodDefinitionDateTimeSpec Property

Represents a reference date which is the anchor point for the [!:Period].

Namespace: SanteDB.BI.Model
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public DateTime DateTimeSpec { get; set; }

Property Value

DateTime
Remarks
For example: Every first day of the month at midnight would be Period=P1M and ReferenceDate=2020-01-01T00:00:00 For example: Every other Friday at 23:59:59 would be Period=P2W and ReferenceDate=2025-01-10T23:59:59
See Also