Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PrimeTime
0.1
Types/PrimeTime/get_SVG.ps1
<#
.SYNOPSIS
Gets a PrimeTime in SVG
.DESCRIPTION
Gets a PrimeTime in an SVG `<animate>` element.
#>
param
(
)
"<animate dur='$($this.Prime)s' />"
-as
[xml]