| MatchDiagnosticsEndTime Property |
Gets the end time of the session
Namespace:
SanteDB.Matcher.Model
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public DateTime EndTime { get; set; }
Public Property EndTime As DateTime
Get
Set
public:
property DateTime EndTime {
DateTime get ();
void set (DateTime value);
}
member EndTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also