ScriptTask.PeakDateTime Property

Gets the Peak CPU time used during all execution of the script.
<ID("PeakDateTime", (int)e.PeakDateTime)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Property PeakDateTime() As DateTimeOffset 
Get 
This language is not supported or no code example is available.
[ID("PeakDateTime", (int)e.PeakDateTime)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public DateTimeOffset PeakDateTime {get;}
This language is not supported or no code example is available.

Property Value

DateTimeOffset

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition