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