GetDateCommand.UnixTimeSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to treat a numeric input as ticks, or unix time.
[System.Management.Automation.Alias(new System.String[] { "UnixTime" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="UnixTimeSecondsAndFormat")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="UnixTimeSecondsAndUFormat")]
[System.Management.Automation.ValidateRange(-62135596800, 253402300799)]
public long UnixTimeSeconds { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "UnixTime" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="UnixTimeSecondsAndFormat")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="UnixTimeSecondsAndUFormat")>]
[<System.Management.Automation.ValidateRange(-62135596800, 253402300799)>]
member this.UnixTimeSeconds : int64 with get, set
Public Property UnixTimeSeconds As Long
Property Value
- Attributes