C_AuctionHouse.GetTimeLeftBandInfo

From Warcraft Wiki
Jump to navigation Jump to search

Identifies the breakpoints for describing an auction's remaining duration using time-left bands.

timeLeftMinSeconds, timeLeftMaxSeconds = C_AuctionHouse.GetTimeLeftBandInfo(timeLeftBand)

Arguments

timeLeftBand
Enum.AuctionHouseTimeLeftBand
Value Field Description
0 Short 30 minutes
1 Medium 2 hours
2 Long 12 hours
3 VeryLong 2 days

Returns

timeLeftMinSeconds
number - Minimum duration for auctions in this band.
timeLeftMaxSeconds
number - Maximum duration for auctions in this band.

Patch changes

Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.