This is really a structure. To find out what type is something, you can do two things:
1) Look at the document , for DateTime it is clearly indicated in the title
2) Hover over the type. Visual Studio displays a tooltip: 
Structures behave basically like classes, you can create them using the new operator, and they can also have methods. You cannot use the way they are created, as a way to determine if something is a structure or a class.
Pierre-Luc Pineault
source share