com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Range



  • public class Range
    extends Object

    Time range during which calendar should be regarded as busy.

    • Constructor Detail

      • Range

        public Range()

        Initializes a new instance of the Range class.

      • Range

        public Range(Date start,
             Date end)

        Initializes a new instance of the Range class.

        Parameters:
        start - The start of the time period.
        end - The end of the time period.
    • Method Detail

      • getStart

        public final Date getStart()

        The start of the time period.

      • setStart

        public final void setStart(Date value)

        The start of the time period.

      • getEnd

        public final Date getEnd()

        The end of the time period.

      • setEnd

        public final void setEnd(Date value)

        The end of the time period.

      • toString

        public String toString()

        Returns a String which represents the object instance.

        Overrides:
        toString in class Object
        Returns:
        Returns a String which represents the object instance.