TimeZoneInformation.Current Property

Gets the information for the current time zone.

Namespace:  Microsoft.ReportingServices.Diagnostics
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Current As TimeZoneInformation
    Get
'Usage
Dim value As TimeZoneInformation

value = TimeZoneInformation.Current
public static TimeZoneInformation Current { get; }
public:
static property TimeZoneInformation^ Current {
    TimeZoneInformation^ get ();
}
static member Current : TimeZoneInformation
static function get Current () : TimeZoneInformation

Property Value

Type: Microsoft.ReportingServices.Diagnostics.TimeZoneInformation
A TimeZoneInformation object that contains information for the current time zone.