Show / Hide Table of Contents

Class DelayTime

A delay represented as a timestamp.

Inheritance
object
Delay
DelayTime
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayTime : Delay

Constructors

| Improve this Doc View Source

DelayTime(int)

Constructor for the DelayTime class.

Declaration
public DelayTime(int timestamp)
Parameters
Type Name Description
int timestamp

Timestamp of the delay.

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