GetTimeZoneCommand.ListAvailable 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.
Specifies that the cmdlet should produce a collection of the TimeZoneInfo objects that are available on the system.
public:
property System::Management::Automation::SwitchParameter ListAvailable { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter ListAvailable { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ListAvailable")]
public System.Management.Automation.SwitchParameter ListAvailable { get; set; }
member this.ListAvailable : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ListAvailable")>]
member this.ListAvailable : System.Management.Automation.SwitchParameter with get, set
Public Property ListAvailable As SwitchParameter
Property Value
- Attributes