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 SourceToLocalDateTime(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> |