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[]> |