Can DateTime be set to null?

Can DateTime be set to null?

DateTime CAN be compared to null; but, because it cannot hold a null value, the comparison will always be false. DateTime is a type of value. A “value type” cannot be set to NULL. We can set them to null by making them “Nullable” types.