 | DatamartInfoUpdatedTime Property |
Gets or sets the updated time
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime? UpdatedTime { get; set; }Public Property UpdatedTime As DateTime?
Get
Set
public:
property Nullable<DateTime> UpdatedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member UpdatedTime : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also