Search Results for

    Show / Hide Table of Contents

    Class TimeStamp

    Inheritance
    object
    TimeStamp
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnitLite
    Assembly: nunitlite.dll
    Syntax
    public class TimeStamp

    Constructors

    View Source

    TimeStamp()

    Declaration
    public TimeStamp()

    Properties

    View Source

    DateTime

    Declaration
    public DateTime DateTime { get; }
    Property Value
    Type Description
    DateTime
    View Source

    Ticks

    Declaration
    public long Ticks { get; }
    Property Value
    Type Description
    long

    Methods

    View Source

    TicksToSeconds(long)

    Declaration
    public static double TicksToSeconds(long ticks)
    Parameters
    Type Name Description
    long ticks
    Returns
    Type Description
    double
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0