 | IJobScheduleStopTime Property |
Get the stop or termination time
Namespace:
SanteDB.Core.Jobs
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
SyntaxDateTime? StopTime { get; }
ReadOnly Property StopTime As DateTime?
Get
property Nullable<DateTime> StopTime {
Nullable<DateTime> get ();
}
abstract StopTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also