How to Initialize an DateTime Variable with 12 PM
i tried..
Public MyDate As DateTime = New DateTime(2013, 4, 1, 12, 0, 0)
Now this is AM Or PM?
If its AM, How to initialize it with 12 PM
Thanks..
i tried..
Public MyDate As DateTime = New DateTime(2013, 4, 1, 12, 0, 0)
Now this is AM Or PM?
If its AM, How to initialize it with 12 PM
Thanks..