Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSharpUtils
Logger.Stopwatch
C# Class CSharpUtils.Logger.Stopwatch
Show file
Open project: soywiz/csharputils
Class Usage Examples
Protected Properties
Property
Type
Description
DateTimeList
List
LastDateTime
System.DateTime
Public Methods
Method
Description
Start
( ) :
Stopwatch
Stopwatch
( ) :
System
Tick
( ) :
System.TimeSpan
ToString
( ) :
string
Method Details
Start()
public
method
public
Start
( ) :
Stopwatch
return
Stopwatch
Stopwatch()
public
method
public
Stopwatch
( ) :
System
return
System
Tick()
public
method
public
Tick
( ) :
System.TimeSpan
return
System.TimeSpan
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
DateTimeList
protected property
protected
List
DateTimeList
return
List
LastDateTime
protected property
protected
DateTime,System
LastDateTime
return
System.DateTime