Show / Hide Table of Contents

Class DelayUnit

An enum representation of the available units for a delay.

Inheritance
object
Enum
DelayUnit
Implements
IComparable
Inherited Members
Enum.CompareTo(object)
Enum.ToString()
Enum.Equals(object)
Enum.GetHashCode()
Enum.All<T>()
Enum.FromId<T>(int)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayUnit : Enum, IComparable

Fields

| Improve this Doc View Source

Days

Enum representation of a day delay unit.

Declaration
public static readonly DelayUnit Days
Field Value
Type Description
DelayUnit
| Improve this Doc View Source

Hours

Enum representation of a hour delay unit.

Declaration
public static readonly DelayUnit Hours
Field Value
Type Description
DelayUnit
| Improve this Doc View Source

Minutes

Enum representation of a minute delay unit.

Declaration
public static readonly DelayUnit Minutes
Field Value
Type Description
DelayUnit
| Improve this Doc View Source

Seconds

Enum representation of a second delay unit.

Declaration
public static readonly DelayUnit Seconds
Field Value
Type Description
DelayUnit

Implements

IComparable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX