10 lines
		
	
	
		
			394 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			394 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return number weekday
 | 
						|
---@return number month
 | 
						|
---@return number day
 | 
						|
---@return number year
 | 
						|
---Returns the earliest date usable in the calendar system. This function currently returns November 24th, 2004 as the minimum date. This is the date that World of Warcraft was launched in the U.S.
 | 
						|
function CalendarGetMinDate() end
 |