Show / Hide Table of Contents

    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 Doc

    FromEpochTime(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 value.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FromEpochTime(Double)
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX