Share via


SetTimeZoneCommand.InputObject Property

Definition

A TimeZoneInfo object identifying the local time zone that the system should use.

public:
 property TimeZoneInfo ^ InputObject { TimeZoneInfo ^ get(); void set(TimeZoneInfo ^ value); };
public TimeZoneInfo InputObject { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)]
public TimeZoneInfo InputObject { get; set; }
member this.InputObject : TimeZoneInfo with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject", Position=0, ValueFromPipeline=true)>]
member this.InputObject : TimeZoneInfo with get, set
Public Property InputObject As TimeZoneInfo

Property Value

Attributes

Applies to