GetTimeZoneById() публичный Метод

public GetTimeZoneById ( string tzId, bool includeHistoricalData, HttpClient httpClient ) : Task
tzId string
includeHistoricalData bool
httpClient System.Net.Http.HttpClient
Результат Task
 public async Task <ITimeZone> GetByTzIdOrNull(string tzId)
 {
     return(await _globalTimeZoneCache.GetTimeZoneById(tzId, _includeHistoricalData, _httpClient));
 }