|  | DataRetentionJobLastFinished Property  | 
 
            Last time the job finished
            
 
    Namespace: 
   SanteDB.Core.Jobs
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
 Syntax
Syntaxpublic DateTime? LastFinished { get; }Public ReadOnly Property LastFinished As DateTime?
	Get
public:
virtual property Nullable<DateTime> LastFinished {
	Nullable<DateTime> get () sealed;
}abstract LastFinished : Nullable<DateTime> with get
override LastFinished : Nullable<DateTime> with get
Property Value
Type: 
NullableDateTimeImplements
IJobLastFinished See Also
See Also