C# Class Encog.Util.Time.TimeSpanUtil

Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
GetSpan ( TimeUnit unit ) : long
TimeSpanUtil ( System.DateTime from, System.DateTime to ) : System

Private Methods

Method Description
GetSpanCenturies ( ) : long
GetSpanDays ( ) : long
GetSpanFortnights ( ) : long
GetSpanHours ( ) : long
GetSpanMillennia ( ) : long
GetSpanMinutes ( ) : long
GetSpanMonths ( ) : long
GetSpanScores ( ) : long
GetSpanSeconds ( ) : long
GetSpanTicks ( ) : long
GetSpanWeeks ( ) : long
GetSpanYears ( ) : long

Method Details

GetSpan() public method

public GetSpan ( TimeUnit unit ) : long
unit TimeUnit
return long

TimeSpanUtil() public method

public TimeSpanUtil ( System.DateTime from, System.DateTime to ) : System
from System.DateTime
to System.DateTime
return System