Soenneker.TimeZones.Lookup
4.0.93
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.TimeZones.Lookup --version 4.0.93
NuGet\Install-Package Soenneker.TimeZones.Lookup -Version 4.0.93
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.TimeZones.Lookup" Version="4.0.93" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.TimeZones.Lookup" Version="4.0.93" />
<PackageReference Include="Soenneker.TimeZones.Lookup" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.TimeZones.Lookup --version 4.0.93
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.TimeZones.Lookup, 4.0.93"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.TimeZones.Lookup@4.0.93
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.TimeZones.Lookup&version=4.0.93
#tool nuget:?package=Soenneker.TimeZones.Lookup&version=4.0.93
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.TimeZones.Lookup
Fast Time Zone Resolution for .NET.
Install
dotnet add package Soenneker.TimeZones.Lookup
Quick start
using Soenneker.TimeZones.Lookup.Registrars;
using Microsoft.Extensions.DependencyInjection;
var services = new ServiceCollection();
var result = services.AddTimeZoneLookupUtilAsSingleton();
Adds ITimeZoneLookupUtil as a singleton service.
What you get
ITimeZoneLookupUtil— Fast Time Zone Resolution for .NET.TimeZoneLookupUtilRegistrar— Fast Time Zone Resolution for .NET.TimeZoneGeoJsonLoader— Represents the time zone geo json loader.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
TimeZoneLookupUtilRegistrar.AddTimeZoneLookupUtilAsSingleton(services) |
Adds ITimeZoneLookupUtil as a singleton service. |
The same service collection, so additional registrations can be chained. |
TimeZoneLookupUtilRegistrar.AddTimeZoneLookupUtilAsScoped(services) |
Adds ITimeZoneLookupUtil as a scoped service. |
The same service collection, so additional registrations can be chained. |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.TimeZones.Data (>= 4.0.116)
- Soenneker.Utils.File (>= 4.0.2226)
- Soenneker.Utils.Paths.Resources (>= 4.0.218)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.TimeZones.Lookup:
| Package | Downloads |
|---|---|
|
Soenneker.ZipCodes.Lookup
Fast ZipCode Resolution for .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.94 | 0 | 8/30/2026 |
| 4.0.93 | 42 | 8/29/2026 |
| 4.0.92 | 40 | 8/29/2026 |
| 4.0.91 | 71 | 8/28/2026 |
| 4.0.90 | 70 | 8/26/2026 |
| 4.0.89 | 50 | 8/26/2026 |
| 4.0.88 | 51 | 8/26/2026 |
| 4.0.87 | 128 | 8/22/2026 |
| 4.0.86 | 97 | 8/22/2026 |
| 4.0.85 | 97 | 8/22/2026 |
| 4.0.84 | 87 | 8/21/2026 |
| 4.0.83 | 116 | 8/21/2026 |
| 4.0.82 | 133 | 8/18/2026 |
| 4.0.81 | 112 | 8/18/2026 |
| 4.0.80 | 93 | 8/18/2026 |
| 4.0.79 | 146 | 8/13/2026 |
| 4.0.78 | 102 | 8/13/2026 |
| 4.0.77 | 93 | 8/12/2026 |
| 4.0.76 | 103 | 8/12/2026 |
| 4.0.75 | 125 | 8/9/2026 |
Loading failed