C# 클래스 Rf.Sites.Frame.PeriodOfTimeOutput

파일 보기 프로젝트 열기: flq/Rf.Sites 1 사용 예제들

공개 메소드들

메소드 설명
PeriodOfTimeOutput ( System.DateTime timeInQuestion ) : System
PeriodOfTimeOutput ( System.DateTime thePast, System.DateTime reference ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

PeriodOfTimeOutput() 공개 메소드

public PeriodOfTimeOutput ( System.DateTime timeInQuestion ) : System
timeInQuestion System.DateTime
리턴 System

PeriodOfTimeOutput() 공개 메소드

public PeriodOfTimeOutput ( System.DateTime thePast, System.DateTime reference ) : System
thePast System.DateTime
reference System.DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string