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]