All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cdm.product.common.schedule.ResetRelativeToEnum.py Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
from enum import Enum

all = ['ResetRelativeToEnum']
  
class ResetRelativeToEnum(Enum):
  """
  The enumerated values to specify whether resets occur relative to the first or last day of a calculation period.
  """
  CALCULATION_PERIOD_END_DATE = "CalculationPeriodEndDate"
  """
  Resets occur relative to the last day of a calculation period.
  """
  CALCULATION_PERIOD_START_DATE = "CalculationPeriodStartDate"
  """
  Resets occur relative to the first day of a calculation period.
  """




© 2015 - 2025 Weber Informatics LLC | Privacy Policy