Class DateTimeConverterExtensions
This is an extension implementation of the DateTimeConverter class.
Inheritance
System.Object
DateTimeConverterExtensions
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class DateTimeConverterExtensions
Methods
| Improve this DocFromEpochTime(Double)
Converts the specified Epoc time value
to an equivalent System.DateTime representation.
Declaration
public static DateTime FromEpochTime(this double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The System.Double value to be converted. |
Returns
Type | Description |
---|---|
System.DateTime | A System.DateTime value that is equivalent to |