ExportCauReportCommand.TimeZone Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute]
public TimeZoneInfo TimeZone { get; set; }
public:
[ParameterAttribute]
property TimeZoneInfo^ TimeZone {
    TimeZoneInfo^ get();
    void set(TimeZoneInfo^ value);
}
[<ParameterAttribute>]
member TimeZone : TimeZoneInfo with get, set
<ParameterAttribute>
Public Property TimeZone As TimeZoneInfo

Property Value

Type: System.TimeZoneInfo

See Also

ExportCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top