 | RemoteJobManagerRemoteJobScheduleStopTime Property |
Get the stop or termination time
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic DateTime? StopTime { get; set; }
Public Property StopTime As DateTime?
Get
Set
public:
virtual property Nullable<DateTime> StopTime {
Nullable<DateTime> get () sealed;
void set (Nullable<DateTime> value) sealed;
}
abstract StopTime : Nullable<DateTime> with get, set
override StopTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeImplements
IJobScheduleStopTime
See Also