using System.Text.RegularExpressions;
using System.DateTime;
DateTime returnedDate = DateTime.Now();
それは私にエラーを与えます:
A using namespace directive can only be applied to namespaces;
'System.DateTime' is a type not a namespace (line 1, pos 1)
私の間違いはどこですか?