Types/OpenPackage/get_Created.ps1
|
<# .SYNOPSIS Gets OpenPackage creation time .DESCRIPTION Gets the OpenPackage `Created` property. .LINK https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.packageproperties.created?wt.mc_id=MVP_321542 #> param() $this.PackageProperties.Created |