How can I insert datetime into the SQL Database table ? Is there a way to insert this query through the insert command in C# / .NET?
if you got actuall time in mind GETDATE() would be the function what you looking for
GETDATE()