Show / Hide Table of Contents

    Class DateTimeHelper

    All DateTime helper methods.

    Inheritance
    object
    DateTimeHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Code.Library.Helpers
    Assembly: Code.Library.dll
    Syntax
    public static class DateTimeHelper

    Methods

    | Improve this Doc View Source

    FormatDates(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.

    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX