Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sure, here is an example of a program written in C# to show the current datetime:
- using System;
- public class Program
- {
- public static void Main()
- {
- Console.WriteLine("The current datetime is: {0}", DateTime.Now);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement