GetDateCommand.UnixTimeSeconds Property

Definition

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

Applies to