Public/Start-TimeLog.ps1
|
function Start-TimeLog() { $ExecutionTime = [System.Diagnostics.Stopwatch]::StartNew() return $ExecutionTime } |
|
function Start-TimeLog() { $ExecutionTime = [System.Diagnostics.Stopwatch]::StartNew() return $ExecutionTime } |