Range Class

Time range during which calendar should be regarded as busy.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleRange

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Range

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Initializes a new instance of the Range class.
Public methodRange(DateTime, DateTime)
Initializes a new instance of the Range class.
Properties
  NameDescription
Public propertyEnd
The end of the time period.
Public propertyStart
The start of the time period.
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
Returns a String which represents the object instance.
(Overrides ObjectToString.)
See Also