7 lines
		
	
	
		
			239 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			239 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param month number 
 | 
						|
---@param day number 
 | 
						|
---@param year number 
 | 
						|
---Changes the scheduled date of the selected calendar event
 | 
						|
function CalendarEventSetDate(month, day, year) end |