The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
Latest Date & Time Articles
Forms (Dialogs) Customization Based on Moveable / Resizable Elements
Discover how to design user-driven applications
Creating a Popup Date Picker
Conrad Jalali shows how to extend the functionality of the ASP.NET Calendar control to remove some of the annoying postback delays that occur when populating a text box with a date from a popup calendar.
Working with a Timer in C#: The Basics
Implement a simple timer in C#.
Formatting Date and Time Values In .NET
Dates and times can be formatted a number of different ways. Learn how to format dates and times in .NET. While this article uses C#, the lesson is applicable to VB .NET and Managed C++ programmers.
C# SNTP Client
C# class for implementing time synchronization into your application
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Manipulating Excel Data with Visual Basic
Discover how to work productively with Excel Worksheets within Visual Basic.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.