C# Class CalDavSynchronizer.Implementation.TimeZones.GlobalTimeZoneCache

Show file Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
GetTimeZoneById ( string tzId, bool includeHistoricalData, HttpClient httpClient ) : Task
GlobalTimeZoneCache ( ) : System

Private Methods

Method 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 method

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

GlobalTimeZoneCache() public method

public GlobalTimeZoneCache ( ) : System
return System