 | DatamartLogEntryTimestamp Property |
Gets or sets the timestamp
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic DateTime Timestamp { get; set; }Public Property Timestamp As DateTime
Get
Set
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}member Timestamp : DateTime with get, set
Property Value
DateTime
See Also