LoggedUpdateEndTime Property |
Gets the last recorded time of the update.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic DateTime EndTime { get; }
Public ReadOnly Property EndTime As DateTime
Get
public:
property DateTime EndTime {
DateTime get ();
}
member EndTime : DateTime with get
Property Value
Type:
DateTime
See Also