 | TaskGetLastRegistrationTime Method |
Gets the last registration time, looking first at the
Date value and then looking for the
most recent registration event in the Event Log.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic DateTime GetLastRegistrationTime()
Public Function GetLastRegistrationTime As DateTime
public:
DateTime GetLastRegistrationTime()
Request Example
View SourceReturn Value
Type:
DateTimeDateTime of the last registration or
MinValue if no value can be found.
See Also