TimeZoneHelperGetLinuxTimeZoneId Method |
Gets the Linux time zone identifier.
Namespace: Dundas.BI.UtilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static string GetLinuxTimeZoneId(
string timeZoneId
)
Public Shared Function GetLinuxTimeZoneId (
timeZoneId As String
) As String
public:
static String^ GetLinuxTimeZoneId(
String^ timeZoneId
)
static member GetLinuxTimeZoneId :
timeZoneId : string -> string Parameters
- timeZoneId String
- The time zone identifier.
Return Value
StringThe Linux time zone identifier matching the provided
timeZoneId.
Exceptions
See Also