ReminderDuration Class

Used to identify properties that contain a duration of time.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarReminderDuration

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ReminderDuration

The ReminderDuration type exposes the following members.

Constructors
  NameDescription
Public methodReminderDuration
Initialize a new instance of ReminderDuration class.
Properties
  NameDescription
Public propertyDuration
Duration of time.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also