Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WriteLog
0.10.0
Public/Get-TimestampFormat.ps1
function
Get-TimestampFormat
{
[
CmdletBinding
(
)
]
param
(
)
process
{
return
$Script:defaultTimestampFormat
}
}