Click or drag to resize

NullableDateHelper Class

Helper class for Nullable DateTime.
Inheritance Hierarchy
SystemObject
  Xcalibur.HelpersNullableDateHelper

Namespace:  Xcalibur.Helpers
Assembly:  Xcalibur.Helpers (in Xcalibur.Helpers.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static class NullableDateHelper

The NullableDateHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormatDate
Formats a nullable date based on the specified format.
Public methodStatic memberGetDurationInDays
Retrieves the date range in days between 2 dates accounting for nulls.
Top
See Also