Deadline Members

The Deadline type exposes the following members.

Constructors


  Name Description
Public method Deadline

Methods


  Name Description
Public method Equals
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Operators


  Name Description
Public operator Static member Addition(Deadline, TimeSpan)
Adds a given TimeSpan to the due time of this Deadline
Public operator Static member Addition(Deadline, Nullable<(Of <<'(TimeSpan>)>>))
Adds a given Nullable to the due time of this Deadline

Properties


  Name Description
Public property HasTimeLeft
Public property IsOverdue
Public property Static member Now
Returns a deadline that is due Now
Public property When