Gets or sets the last time an update check was performed.
Namespace: Censitif.Library.ComponentAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public DateTime LastUpdateCheck { get; set; }
public DateTime LastUpdateCheck { get; set; }
Public Property LastUpdateCheck As DateTime
Get
Set
Public Property LastUpdateCheck As DateTime
Get
Set
public:
virtual property DateTime LastUpdateCheck {
DateTime get () sealed;
void set (DateTime value) sealed;
}
public:
virtual property DateTime LastUpdateCheck {
DateTime get () sealed;
void set (DateTime value) sealed;
}
Property Value
Type:
DateTimeThe number of days. Defaults to the number of days since same day last year.
Implements
IUpdateMgr LastUpdateCheck