ServerInfoHeader.ReportServerTimeZoneInfo 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.
Gets the time zone information for the report server.
public:
property ReportService2006::TimeZoneInformation ^ ReportServerTimeZoneInfo { ReportService2006::TimeZoneInformation ^ get(); void set(ReportService2006::TimeZoneInformation ^ value); };
public ReportService2006.TimeZoneInformation ReportServerTimeZoneInfo { get; set; }
member this.ReportServerTimeZoneInfo : ReportService2006.TimeZoneInformation with get, set
Public Property ReportServerTimeZoneInfo As TimeZoneInformation
Property Value
A TimeZoneInformation object that contains the time zone information for the report server.