Class DelayUnit
An enum representation of the available units for a delay.
Implements
Inherited Members
      Enum.ToString()
    
    
    
      Enum.GetHashCode()
    
    
      Enum.All<T>()
    
    
    
    
    
    
  Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayUnit : Enum, IComparable
  Fields
| Improve this Doc View SourceDays
Enum representation of a day delay unit.
Declaration
public static readonly DelayUnit Days
  Field Value
| Type | Description | 
|---|---|
| DelayUnit | 
Hours
Enum representation of a hour delay unit.
Declaration
public static readonly DelayUnit Hours
  Field Value
| Type | Description | 
|---|---|
| DelayUnit | 
Minutes
Enum representation of a minute delay unit.
Declaration
public static readonly DelayUnit Minutes
  Field Value
| Type | Description | 
|---|---|
| DelayUnit | 
Seconds
Enum representation of a second delay unit.
Declaration
public static readonly DelayUnit Seconds
  Field Value
| Type | Description | 
|---|---|
| DelayUnit |