UI5 Version Check - v0.2.0
    Preparing search index...

    Class BaseVersionInfoAbstract

    Base class to represent a UI5 version

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    semver: SemVer

    parsed semantic version representation

    Accessors

    • get eocp(): boolean

      Returns true if version has reached end of cloud provisioning

      Returns boolean

    • get eocpDate(): Date

      Returns the actual date when end of cloud provisioning is reached

      Returns Date

    • get isInEocpQuarter(): boolean

      Returns true if the version reached the last year quarter before it is deprovisioned

      Returns boolean

    • get remainingDaysToEocp(): number

      Returns the remaining number of days before end of cloud provisioning.

      NOTE:
      If the eocp quarter has not been reached yet, the return value is -1.

      Returns number