GetDateCommand.DisplayHint Property

Definition

This option determines the default output format used to display the object get-date emits.

public:
 property Microsoft::PowerShell::Commands::DisplayHintType DisplayHint { Microsoft::PowerShell::Commands::DisplayHintType get(); void set(Microsoft::PowerShell::Commands::DisplayHintType value); };
public:
 property Microsoft::PowerShell::Commands::DisplayHintType DisplayHint { Microsoft::PowerShell::Commands::DisplayHintType get(); void set(Microsoft::PowerShell::Commands::DisplayHintType value); };
public Microsoft.PowerShell.Commands.DisplayHintType DisplayHint { get; set; }
[System.Management.Automation.Parameter]
public Microsoft.PowerShell.Commands.DisplayHintType DisplayHint { get; set; }
member this.DisplayHint : Microsoft.PowerShell.Commands.DisplayHintType with get, set
[<System.Management.Automation.Parameter>]
member this.DisplayHint : Microsoft.PowerShell.Commands.DisplayHintType with get, set
Public Property DisplayHint As DisplayHintType

Property Value

Attributes

Applies to