Nox.Cron
7.0.0
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 Nox.Cron --version 7.0.0
NuGet\Install-Package Nox.Cron -Version 7.0.0
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="Nox.Cron" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nox.Cron --version 7.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nox.Cron, 7.0.0"
#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.
// Install Nox.Cron as a Cake Addin #addin nuget:?package=Nox.Cron&version=7.0.0 // Install Nox.Cron as a Cake Tool #tool nuget:?package=Nox.Cron&version=7.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Converts an English phrase to a CRON expression.
Example:
var cron = "every 3rd day at 2:55 am from January to August".ToCronExpression();
Console.WriteLine(cron.ToString()); // Outputs: 55 2 */3 1-8 *
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nox.Cron:
Package | Downloads |
---|---|
Nox.Types
Nox types library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.5 | 899 | 8/15/2024 |
8.0.3 | 701 | 7/28/2024 |
8.0.1 | 1,345 | 5/6/2024 |
8.0.0 | 117 | 5/6/2024 |
7.0.1 | 332 | 5/6/2024 |
7.0.0 | 118 | 5/6/2024 |
1.0.13 | 39,563 | 12/13/2022 |
1.0.12 | 301 | 12/13/2022 |
1.0.11 | 283 | 12/13/2022 |
1.0.10 | 9,450 | 10/26/2022 |
1.0.9 | 383 | 10/26/2022 |
1.0.8 | 495 | 10/24/2022 |
1.0.7 | 369 | 10/24/2022 |
1.0.6 | 376 | 10/24/2022 |
1.0.5 | 374 | 10/24/2022 |
1.0.4 | 379 | 10/24/2022 |
1.0.3 | 361 | 10/24/2022 |
1.0.2 | 364 | 10/24/2022 |
1.0.1 | 366 | 10/24/2022 |
1.0.0 | 362 | 10/24/2022 |