Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Neocities
0.1
Types/neocities.file/get_CreatedAt.ps1
<#
.SYNOPSIS
Gets the creation time
.DESCRIPTION
Gets the creation time, as a `[DateTime]` object.
#>
$this
.
created_at
-as
[DateTime]