 | TaskSchedulerSnapshotTimeStamp Property |
Gets the UTC time stamp for when the snapshot was taken.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic DateTime TimeStamp { get; }
Public ReadOnly Property TimeStamp As DateTime
Get
public:
property DateTime TimeStamp {
DateTime get ();
}
Request Example
View SourceProperty Value
Type:
DateTimeThe time stamp.
See Also