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