Class DelayTime
A delay represented as a timestamp.
Inherited Members
Namespace: ntfy.Filters
Assembly: ntfy.dll
Syntax
public class DelayTime : Delay
  Constructors
| Improve this Doc View SourceDelayTime(int)
Constructor for the DelayTime class.
Declaration
public DelayTime(int timestamp)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | timestamp | Timestamp of the delay.  |