I am absolutly new in C# (I came from Java) and I have a very stupid problem
I have to initialize some DateTime fields into an object but I have som
use this
// year,month,day
mySmallVuln.Published=new DateTime(2011,11,4);