Found 245 packages
This is a library for generating a set of cron expresssions to represent an interval.
A generic implementation of a centered interval tree in C#. In computer science, an interval tree is an ordered tree data structure to hold intervals. Specifically, it allows one to efficiently find all intervals that overlap with any given interval or point. It is often used for windowing queries, for instance, to find all roads on a computerized map inside a rectangular viewport, or to find all visible elements inside a three-dimensional scene.
Interval Library Project. Generic interval type with low and upper boundaries types. Each boundary can be closed, open or infinity. Boundary has one method witch allow to compare it with point. Additionaly to this labrary there is labrary with operations.
Utility for working with intervals, such as time periods. The utility allows you to find intersections of periods, exclude periods, etc.
Extensions and helpers for Nodatime
Interval tree implementation focused on memory efficiency and performance. Similar to the RangeTree implementation, but uses as little as <10% of the peak memory in comparison.
Package Description
Newtonsoft.Json support for Ark.Tools.Nodatime extensions classes
C# library for calculating intervals and the duration between days, weeks, fortnights, bimonthly, months, quarters and years
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals. Commonly Used Types: System.Threading.Timer System.Threading.TimerCallback When using NuGet 3.x this package requires at least version 3.4.
Deprecated: This project has been moved. Please install Jamarino.IntervalTree to get the latest performance improvements and future updates.
This specialized generic collection provides fast, efficient retrieval of values which are associated to intervals rather than keys
Allows the creation of date intervals such as every 3rd Monday of the month.
Consolidated IntervalData libraries (IntervalData.Core, IntervalData.Data, etc.)
An implementation of Allen's Interval Algebra, for .Net
Loop Interval
A .NET library that provides a simple way to execute an action at a specified interval with precise timing control.
An Interval record type with tools to work with Intervals.
.Net Library that aids in comparison and handling value ranges or time bounded periods. The aim of this library is to provide a base Range class with all possible methods that can be performed on a Range, but also extension methods that can be used to handle and compare lists of Ranges.