com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class WorkDay



  • public class WorkDay
    extends Object

    Represents a work day.

    • Constructor Detail

      • WorkDay

        public WorkDay()
    • Method Detail

      • getDayType

        public final int getDayType()

        Returns the type of a day.

        Returns:
        the type of a day (Aspose.Tasks.DayType).
      • setDayType

        public final void setDayType(int value)
        Sets the type of a day.
        Parameters:
        value - the type of a day Aspose.Tasks.DayType.
      • getDayWorking

        public final boolean getDayWorking()

        Determines whether the specified date or day type is working. Read/write bool.

        Returns:
        true if the day is working.
      • setDayWorking

        public final void setDayWorking(boolean value)
        Determines whether the specified date or day type is working.
        Parameters:
        value - boolean that determines whether the specified date or day type is working.