Show / Hide Table of Contents

    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 Doc

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

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX