 | BiIndicatorPeriodDefinitionNotBefore Property |
The time where this period is active
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime? NotBefore { get; set; }Public Property NotBefore As DateTime?
Get
Set
public:
property Nullable<DateTime> NotBefore {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member NotBefore : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also