TimeZoneHelperGetCurrentPlatformTimeZoneId Method |
Gets the current platform time zone identifier.
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static string GetCurrentPlatformTimeZoneId(
string timeZoneId
)
Public Shared Function GetCurrentPlatformTimeZoneId (
timeZoneId As String
) As String
public:
static String^ GetCurrentPlatformTimeZoneId(
String^ timeZoneId
)
static member GetCurrentPlatformTimeZoneId :
timeZoneId : string -> string
Parameters
- timeZoneId
- Type: SystemString
The time zone identifier.
Return Value
Type:
StringThe current platform time zone identifier matching the provided
timeZoneId.
Exceptions See Also