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