C# Class hobd.TrackRecovery

ファイルを表示 Open project: cail/hobd

Public Properties

Property Type Description
collects double>.Dictionary
fcollects double[]>.Dictionary

Public Methods

Method Description
RecoverDir ( string dir ) : void

Private Methods

Method Description
Collect ( string file ) : string
Main ( string args ) : void
SameDayFilter ( long csTimeStamp, long thatTimeStamp ) : bool
SameMonthFilter ( long csTimeStamp, long thatTimeStamp ) : bool
SameWeekFilter ( long csTimeStamp, long thatTimeStamp ) : bool

Method Details

RecoverDir() public static method

public static RecoverDir ( string dir ) : void
dir string
return void

Property Details

collects public_oe static_oe property

public static Dictionary collects
return double>.Dictionary

fcollects public_oe static_oe property

public static Dictionary fcollects
return double[]>.Dictionary