Class DelayDuration
A delay represented as a number and unit.
Inherited Members
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayDuration : Delay
  Constructors
| Improve this Doc View SourceDelayDuration(int, DelayUnit)
Constructor for the DelayDuration class.
Declaration
public DelayDuration(int value, DelayUnit unit)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | value | Numerical value of the delay duration.  | 
      
| DelayUnit | unit | Unit of the delay duration.  |