summaryM:DotNetNuke.Services.Localization.Localization.GetTimeZones(System.String)
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 6.0. Replaced by SystemTimeZone and use of .NET TimeZoneInfo class")] public static NameValueCollection GetTimeZones( string language ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 6.0. Replaced by SystemTimeZone and use of .NET TimeZoneInfo class")> Public Shared Function GetTimeZones ( language As String ) As NameValueCollection |
Parameters
- language
- Type: System..::..String
paramlanguageM:DotNetNuke.Services.Localization.Localization.GetTimeZones(System.String)