GetDateCommand.Millisecond Property

Definition

Allows the user to override the millisecond.

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

Property Value

Attributes

Applies to