Share via


Propriété ReportServerTimeZoneInfo

Gets the time zone information for the report server.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property ReportServerTimeZoneInfo As TimeZoneInformation
    Get
    Set
'Utilisation
Dim instance As ServerInfoHeader
Dim value As TimeZoneInformation

value = instance.ReportServerTimeZoneInfo

instance.ReportServerTimeZoneInfo = value
public TimeZoneInformation ReportServerTimeZoneInfo { get; set; }
public:
property TimeZoneInformation^ ReportServerTimeZoneInfo {
    TimeZoneInformation^ get ();
    void set (TimeZoneInformation^ value);
}
member ReportServerTimeZoneInfo : TimeZoneInformation with get, set
function get ReportServerTimeZoneInfo () : TimeZoneInformation
function set ReportServerTimeZoneInfo (value : TimeZoneInformation)

Valeur de propriété

Type : ReportService2010. . :: . .TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.