Provides common Date Time functions which are common amongst various projects. For example Calculating the Age in Years from two given dates.
Classes
| Class | Description | |
|---|---|---|
| DateTime_Helper |
A simple static class which provides helper functions for working with Dates.
|
Structures
| Structure | Description | |
|---|---|---|
| AgePeriod |
An Age Period strut is a simple struct used for returning a period in terms of
Years, Months and Days. It is returned as part of the Age(DateTime)
function
|