GetDateCommand.Millisecond 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 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