Interface ITimeConverterDataFetcher
Interface for Timezonedata fetchers.
Namespace: SuperOffice.TimeZone
Assembly: SoCore.dll
Syntax
public interface ITimeConverterDataFetcher
Methods
GetBaseTimeZoneId()
Get base timezone id
Declaration
int GetBaseTimeZoneId()
Returns
Type | Description |
---|---|
Int32 |
GetTimeZoneData()
Get timezonedata
Declaration
TimeZoneData[] GetTimeZoneData()
Returns
Type | Description |
---|---|
TimeZoneData[] |
Extension Methods
EnumUtil.MapEnums<From, To>(From)