 | BiIndicatorPeriodDefinitionDateTimeSpec Property |
Represents a reference date which is the anchor point for the [!:Period].
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime DateTimeSpec { get; set; }Public Property DateTimeSpec As DateTime
Get
Set
public:
property DateTime DateTimeSpec {
DateTime get ();
void set (DateTime value);
}member DateTimeSpec : DateTime with 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