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 CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.