PSConsoleReadLine.HistoryItem.ApproximateElapsedTime 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.
The approximate elapsed time (includes time to invoke Prompt). The value can be 0 ticks if if accessed before PSReadLine gets a chance to set it.
public TimeSpan ApproximateElapsedTime { get; }
member this.ApproximateElapsedTime : TimeSpan
Public ReadOnly Property ApproximateElapsedTime As TimeSpan