Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00826957
Message ID:
00827161
Views:
26
No. DateTime is a value type. Value types cannot be null since they live on the stack, not the heap.

If you are trying to store something to a database, then check out System.DBNull

>Is there a way to store NULL value to a variable of type datetime?
Previous
Reply
Map
View

Click here to load this message in the networking platform