C# Class CalDavSynchronizer.Implementation.TimeZones.GlobalTimeZoneCache

Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode Description
GetTimeZoneById ( string tzId, bool includeHistoricalData, HttpClient httpClient ) : Task
GlobalTimeZoneCache ( ) : System

Private Methods

Méthode Description
AddTz ( string tzId, ITimeZone timeZone, bool includeHistoricalData ) : void
GetTzOrNull ( string tzId, bool includeHistoricalData ) : ITimeZone
LoadFromUriOrNull ( HttpClient httpClient, Uri uri ) : Task

Method Details

GetTimeZoneById() public méthode

public GetTimeZoneById ( string tzId, bool includeHistoricalData, HttpClient httpClient ) : Task
tzId string
includeHistoricalData bool
httpClient System.Net.Http.HttpClient
Résultat Task

GlobalTimeZoneCache() public méthode

public GlobalTimeZoneCache ( ) : System
Résultat System