C# Class Itenso.TimePeriodDemo.TimePeriodDemo

Exibir arquivo Open project: jwg4/date-difference

Protected Methods

Method Description
Format ( System.DateTime dateTime, bool compact = true ) : string
Write ( string text ) : void
WriteIndentLine ( string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void

Method Details

Format() protected static method

protected static Format ( System.DateTime dateTime, bool compact = true ) : string
dateTime System.DateTime
compact bool
return string

Write() protected static method

protected static Write ( string text ) : void
text string
return void

WriteIndentLine() protected static method

protected static WriteIndentLine ( string text ) : void
text string
return void

WriteLine() protected static method

protected static WriteLine ( ) : void
return void

WriteLine() protected static method

protected static WriteLine ( string text ) : void
text string
return void