Bitbybit Docs
    Preparing search index...

    Class DateMonthDto (Inputs.Dates)

    A date and a new value for its month, for dates.setMonth and dates.setUTCMonth.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaldate: Date
      • Optionalmonth: number

      Returns DateMonthDto

    Properties

    date: Date

    The date to copy; it is not changed.

    undefined
    
    month: number

    The new month counting from 0: 0 is January, 11 December; a value outside the range rolls the date over.

    1
    

    0

    Infinity

    1