Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/vehicles-api-2024-11-01
MonthAndYear
Interface MonthAndYear
Represents a month in a specific year.
interface
MonthAndYear
{
month
?:
number
;
year
?:
number
;
}
Index
Properties
month?
year?
Properties
Optional
month
month
?:
number
Month in MM format
Optional
year
year
?:
number
Year in YYYY format
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
month
year
Selling Partner API SDK for JavaScript
Loading...
Represents a month in a specific year.