Frank.CronJobs.Cron 1.0.4-preview

This is a prerelease version of Frank.CronJobs.Cron.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Frank.CronJobs.Cron --version 1.0.4-preview
NuGet\Install-Package Frank.CronJobs.Cron -Version 1.0.4-preview
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="Frank.CronJobs.Cron" Version="1.0.4-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frank.CronJobs.Cron --version 1.0.4-preview
#r "nuget: Frank.CronJobs.Cron, 1.0.4-preview"
#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 Frank.CronJobs.Cron as a Cake Addin
#addin nuget:?package=Frank.CronJobs.Cron&version=1.0.4-preview&prerelease

// Install Frank.CronJobs.Cron as a Cake Tool
#tool nuget:?package=Frank.CronJobs.Cron&version=1.0.4-preview&prerelease

Frank.CronJobs

This is based on CronQuery, which I am a contributor to. This is built on that code to extend its functionality in experimental ways


GitHub License NuGet NuGet

GitHub contributors GitHub Release Date - Published_At GitHub last commit GitHub commit activity GitHub pull requests GitHub issues GitHub closed issues


Usage

using Frank.CronJobs;

var cron = new CronJob("* * * * *");
var next = cron.GetNextOccurrence(DateTime.Now);
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Frank.CronJobs.Cron:

Package Downloads
Frank.CronJobs

Frank.CronJobs is a library for running cron jobs in .NET Core applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 103 2/3/2024
1.1.7-preview 61 2/3/2024
1.1.6-preview 66 1/29/2024
1.1.5-preview 67 1/24/2024
1.1.0 93 1/21/2024
1.0.4-preview 66 1/21/2024