SetTimeZoneCommand.InputObject 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.
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