Class DateTimeHelper
All DateTime helper methods.
Inherited Members
Namespace: Code.Library.Helpers
Assembly: Code.Library.dll
Syntax
public static class DateTimeHelper
Methods
| Improve this Doc View SourceFormatDates(DateTime?, DateTime?)
Format Dates.
Declaration
public static string FormatDates(DateTime? startDate, DateTime? endDate)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | startDate | Start Date. |
| DateTime? | endDate | End Date. |
Returns
| Type | Description |
|---|---|
| string | Formatted date string. |