| ApplicationContextStartTime Property |
Gets the start time of the service
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTime StartTime { get; }
Public ReadOnly Property StartTime As DateTime
Get
public:
virtual property DateTime StartTime {
DateTime get () sealed;
}
abstract StartTime : DateTime with get
override StartTime : DateTime with get
Property Value
Type:
DateTimeThe start time.
Implements
IApplicationServiceContextStartTimeSee Also