Search Results for

    Show / Hide Table of Contents

    Class DateHelper

    Contains date helper functions

    Inheritance
    System.Object
    DateHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Reporting.Telerik.UserFunction
    Assembly: Simplic.Reporting.Telerik.UserFunction.dll
    Syntax
    public class DateHelper

    Methods

    | Improve this Doc View Source

    ToLocalDateTime(Nullable<DateTime>)

    Converts utc date time to local date time

    Declaration
    public static DateTime? ToLocalDateTime(DateTime? date)
    Parameters
    Type Name Description
    System.Nullable<System.DateTime> date

    Date time in UTC time zone

    Returns
    Type Description
    System.Nullable<System.DateTime>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx