Class TimeStamp
Inherited Members
Namespace: NUnitLite
Assembly: nunitlite.dll
Syntax
public class TimeStamp
Constructors
View SourceTimeStamp()
Declaration
public TimeStamp()
Properties
View SourceDateTime
Declaration
public DateTime DateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
Ticks
Declaration
public long Ticks { get; }
Property Value
Type | Description |
---|---|
long |
Methods
View SourceTicksToSeconds(long)
Declaration
public static double TicksToSeconds(long ticks)
Parameters
Type | Name | Description |
---|---|---|
long | ticks |
Returns
Type | Description |
---|---|
double |