Class DateTimeConverter
This utility class is designed to make System.
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.
Declaration
public static DateTime FromEpochTime(double value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | The System. |
Returns
Type | Description |
---|---|
System. |
A System. |