GetDateCommand.Second Property

Definition

Allows the user to override the second.

public:
 property int Second { int get(); void set(int value); };
public:
 property int Second { int get(); void set(int value); };
public int Second { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 59)]
public int Second { get; set; }
member this.Second : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 59)>]
member this.Second : int with get, set
Public Property Second As Integer

Property Value

Attributes

Applies to