C# Class Rf.Sites.Frame.PeriodOfTimeOutput

Afficher le fichier Open project: flq/Rf.Sites Class Usage Examples

Méthodes publiques

Méthode Description
PeriodOfTimeOutput ( System.DateTime timeInQuestion ) : System
PeriodOfTimeOutput ( System.DateTime thePast, System.DateTime reference ) : System
ToString ( ) : string

Private Methods

Méthode Description
CreateTheString ( ) : string
advanceTheTimeCursor ( Func nextTime, System.Action uponSuccessfulAdvancement ) : void
dayInflection ( int days ) : string
monthInflection ( int months ) : string
monthTimeToAdd ( ) : System.TimeSpan
weekInflection ( int weeks ) : string
yearInflection ( int years ) : string

Method Details

PeriodOfTimeOutput() public méthode

public PeriodOfTimeOutput ( System.DateTime timeInQuestion ) : System
timeInQuestion System.DateTime
Résultat System

PeriodOfTimeOutput() public méthode

public PeriodOfTimeOutput ( System.DateTime thePast, System.DateTime reference ) : System
thePast System.DateTime
reference System.DateTime
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string