Hi,
Pls, I have find all TotalSeconds
$xtime = "00:03:20" $xSec = new-timespan -Hours $xtime $xSec = $xSec.TotalSeconds $xSec
How i have to do?
My best regards
Arnold
Hi,
Pls, I have find all TotalSeconds
$xtime = "00:03:20" $xSec = new-timespan -Hours $xtime $xSec = $xSec.TotalSeconds $xSec
How i have to do?
My best regards
Arnold