 | MatchDiagnosticsSampleDataTimestamp Property |
The time the sample was taken
Namespace: SanteDB.Matcher.ModelAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
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