Regardless of the type of varaible a, one of the following statements cannot be used. What is it?
In C#, as keyword can be applied only to reference type or nullable type. DateTime is a value type, so cannot be used.