Frank.CronJobs 1.0.4-preview

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
Frank.WorkflowEngine

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 140 12/6/2024
2.0.9-preview 109 7/11/2024
2.0.8-preview 94 6/24/2024
2.0.0 194 2/3/2024
1.1.7-preview 97 2/3/2024
1.1.6-preview 131 1/29/2024
1.1.5-preview 129 1/24/2024
1.1.0 144 1/21/2024
1.0.4-preview 107 1/21/2024
0.1.0 175 12/30/2023