Click or drag to resize

Schedule Methods

The Schedule type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the specified Schedule is equal to the current Schedule.
(Overrides ObjectEquals(Object))
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 Gets a hash code for the Schedule.
(Overrides ObjectGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IsDue Checks whether the Schedule is due at the present system time.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method NextTimeDue Determines the nearest timestamp past the given timestamp that matches the schedule.
Public method PreviousTimeDue Determines the nearest timestamp older than the given timestamp that matches the schedule.
Public method ToString Gets the string representation of Schedule.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also