Show / Hide Table of Contents

Interface ITimeConverterDataFetcher

Interface for Timezonedata fetchers.

Namespace: SuperOffice.TimeZone
Assembly: SoCore.dll
Syntax
public interface ITimeConverterDataFetcher

Methods

GetBaseTimeZoneIdAsync(CancellationToken)

Get base timezone id

Declaration
Task<int> GetBaseTimeZoneIdAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<int>

GetTimeZoneDataAsync(CancellationToken)

Get timezonedata

Declaration
Task<TimeZoneData[]> GetTimeZoneDataAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<TimeZoneData[]>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top