Click or drag to resize

TimeZoneControllerGetTimeZoneName Method

Returns the timezone name from code/id E.g. "(UTC+01:00) Brussels, Copenhagen, Madrid, Paris".

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GetTimeZoneName(
	int timeZoneCode
)

Parameters

timeZoneCode
Type: SystemInt32

Return Value

Type: String
See Also