prog.cs(7,13): error CS0246: The type or namespace name `DateTime' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(10,13): error CS0246: The type or namespace name `TimeSpan' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(12,13): error CS0246: The type or namespace name `TimeSpan' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(14,13): error CS0246: The type or namespace name `TimeSpan' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 4 error(s), 0 warnings