C# 클래스 Itenso.TimePeriodDemo.ConsoleTool

파일 보기 프로젝트 열기: jwg4/date-difference 1 사용 예제들

공개 메소드들

메소드 설명
Format ( System.DateTime dateTime, bool compact = true ) : string
QueryNumber ( string prompt, int defaultValue, int minValue, int maxValue ) : int?
QueryText ( string prompt, string defaultValue ) : string
Write ( string text ) : void
WriteIndentLine ( string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void
WriteSeparatorLine ( char symbol = '-', int symbolCount = 80 ) : void

메소드 상세

Format() 공개 정적인 메소드

public static Format ( System.DateTime dateTime, bool compact = true ) : string
dateTime System.DateTime
compact bool
리턴 string

QueryNumber() 공개 정적인 메소드

public static QueryNumber ( string prompt, int defaultValue, int minValue, int maxValue ) : int?
prompt string
defaultValue int
minValue int
maxValue int
리턴 int?

QueryText() 공개 정적인 메소드

public static QueryText ( string prompt, string defaultValue ) : string
prompt string
defaultValue string
리턴 string

Write() 공개 정적인 메소드

public static Write ( string text ) : void
text string
리턴 void

WriteIndentLine() 공개 정적인 메소드

public static WriteIndentLine ( string text ) : void
text string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string text ) : void
text string
리턴 void

WriteSeparatorLine() 공개 정적인 메소드

public static WriteSeparatorLine ( char symbol = '-', int symbolCount = 80 ) : void
symbol char
symbolCount int
리턴 void