So I am having an issue with creating a basic function to obtain the weekday of a given date.
Visual Studio is not finding an EDayOfWeek enum, although it exists in the DateTime.h
Hi, I have tried adding it to the cpp file, nonetheless I get an error that it is not found…it seems to be not found on the header file though, i dont get an error message using it on the cpp file