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
To initialize a DateTime value you can use the DateTime constructor:
DateTime
mySmallVuln.Published = new DateTime(1998,04,30);