PSEventArgs.TimeGenerated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time and date that this event was generated.
public:
property DateTime TimeGenerated { DateTime get(); };
public DateTime TimeGenerated { get; }
member this.TimeGenerated : DateTime
Public ReadOnly Property TimeGenerated As DateTime