Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ShowUI
1.5
Examples/DigitalClock.ps1
New-Label
-FontSize
24
-On_Loaded
{
Register-PowerShellCommand
-scriptBlock
{
$window
.
Content
.
Content
=
(
Get-Date
|
Out-String
)
.
Trim
(
)
}
-run
-in
"0:0:0.5"
}
-asjob