com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DateRange



  • public final class DateRange
    extends Object

    Represents the date range

    • Constructor Detail

      • DateRange

        public DateRange(Date startTime,
                 Date endTime)

        Initializes a new instance of the DateRange class

        Parameters:
        startTime - Specifies the start of a time period.
        endTime - Specifies the end of a time period.
      • DateRange

        public DateRange()

        Initializes a new instance of the DateRange class

    • Method Detail

      • getStartTime

        public final Date getStartTime()

        Gets or sets the start of a time period.

      • setStartTime

        public final void setStartTime(Date value)

        Gets or sets the start of a time period.

      • getEndTime

        public final Date getEndTime()

        Gets or sets the end of a time period.

      • setEndTime

        public final void setEndTime(Date value)

        Gets or sets the end of a time period.