Class DateTimeConverter
This utility class is designed to make System.DateTime related conversions easier to work with.
Inheritance
System.Object
DateTimeConverter
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class DateTimeConverter
Methods
| Improve this DocFromEpochTime(Double)
Converts the specified Epoc time value to an equivalent System.DateTime representation.
Declaration
public static DateTime FromEpochTime(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 |