C# 클래스 CalDavSynchronizer.Implementation.TimeZones.GlobalTimeZoneCache

파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
GetTimeZoneById ( string tzId, bool includeHistoricalData, HttpClient httpClient ) : Task
GlobalTimeZoneCache ( ) : System

비공개 메소드들

메소드 설명
AddTz ( string tzId, ITimeZone timeZone, bool includeHistoricalData ) : void
GetTzOrNull ( string tzId, bool includeHistoricalData ) : ITimeZone
LoadFromUriOrNull ( HttpClient httpClient, Uri uri ) : Task

메소드 상세

GetTimeZoneById() 공개 메소드

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

GlobalTimeZoneCache() 공개 메소드

public GlobalTimeZoneCache ( ) : System
리턴 System