Initial commit
This commit is contained in:
10
api/CalendarGetAbsMonth.lua
Normal file
10
api/CalendarGetAbsMonth.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param month number
|
||||
---@param year number
|
||||
---@return number month
|
||||
---@return number year
|
||||
---@return number numDays
|
||||
---@return number firstWeekday
|
||||
---Returns date information for a given month and year
|
||||
function CalendarGetAbsMonth(month, year) end
|
||||
Reference in New Issue
Block a user