NewTimeSpanCommand.Seconds 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.
Allows the user to override the second.
public:
property int Seconds { int get(); void set(int value); };
public:
property int Seconds { int get(); void set(int value); };
public int Seconds { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Time")]
public int Seconds { get; set; }
member this.Seconds : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Time")>]
member this.Seconds : int with get, set
Public Property Seconds As Integer
Property Value
- Attributes