C# Class hobd.TrackRecovery

Afficher le fichier Open project: cail/hobd

Méthodes publiques

Свойство Type Description
collects double>.Dictionary
fcollects double[]>.Dictionary

Méthodes publiques

Méthode Description
RecoverDir ( string dir ) : void

Private Methods

Méthode 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 méthode

public static RecoverDir ( string dir ) : void
dir string
Résultat void

Property Details

collects public_oe static_oe property

public static Dictionary collects
Résultat double>.Dictionary

fcollects public_oe static_oe property

public static Dictionary fcollects
Résultat double[]>.Dictionary