LoggedUpdateStartTime Property |
Gets the first 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 StartTime { get; }
Public ReadOnly Property StartTime As DateTime
Get
public:
property DateTime StartTime {
DateTime get ();
}
member StartTime : DateTime with get
Property Value
Type:
DateTime
See Also