LastUpdateCompletedTime Property |
Gets the time the update was completed.
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 CompletedTime { get; }
Public ReadOnly Property CompletedTime As DateTime
Get
public:
property DateTime CompletedTime {
DateTime get ();
}
member CompletedTime : DateTime with get
Property Value
Type:
DateTime
See Also