Excellent, thank-you

Edit:
OK... Any help with how I use this? As I understand it, from the Documentation, I need an array, right? I'm afraid I've not worked with them before, so am a little out of my depth...
I'm currently assuming this is accurate:
Array_var DateInformationShort WhichDayShort WhichMonthShort WhichHourShort WhichMinuteShort TempMinLet DateInformation := GetUserTime; Unknown....Set GameDay to WhichDaySet GameMonth to WhichMonthSet TempMin to ( 10 / 60 )Set TempMin to ( TempMin * WhichMinute )Set TempMin to ( TempMin / 10 )Set GameHour to ( WhichHour + TempMin )
which should turn DateInformation into the collected Data/Time information from GetUserTime, but how do I get those to turn into the Variables I need to use?
Thanks for the help