C# Class Itenso.TimePeriodDemo.TimePeriodDemoData

Mostra file Open project: jwg4/date-difference Class Usage Examples

Private Properties

Property Type Description
UpdateCulture bool

Public Methods

Method Description
QueryCulture ( ) : bool
QueryDay ( ) : bool
QueryHour ( ) : bool
QueryMinute ( ) : bool
QueryPeriodCount ( ) : bool
QueryWeek ( ) : bool
QueryYear ( ) : bool
QueryYearBaseMonth ( ) : bool
QueryYearHalfyear ( ) : bool
QueryYearMonth ( ) : bool
QueryYearQuarter ( ) : bool
QueryYearWeekType ( ) : bool
Reset ( ) : void
Reset ( System.DateTime dateTime ) : void
TimePeriodDemoData ( ) : System

Private Methods

Method Description
UpdateCulture ( string cultureName ) : bool

Method Details

QueryCulture() public method

public QueryCulture ( ) : bool
return bool

QueryDay() public method

public QueryDay ( ) : bool
return bool

QueryHour() public method

public QueryHour ( ) : bool
return bool

QueryMinute() public method

public QueryMinute ( ) : bool
return bool

QueryPeriodCount() public method

public QueryPeriodCount ( ) : bool
return bool

QueryWeek() public method

public QueryWeek ( ) : bool
return bool

QueryYear() public method

public QueryYear ( ) : bool
return bool

QueryYearBaseMonth() public method

public QueryYearBaseMonth ( ) : bool
return bool

QueryYearHalfyear() public method

public QueryYearHalfyear ( ) : bool
return bool

QueryYearMonth() public method

public QueryYearMonth ( ) : bool
return bool

QueryYearQuarter() public method

public QueryYearQuarter ( ) : bool
return bool

QueryYearWeekType() public method

public QueryYearWeekType ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( System.DateTime dateTime ) : void
dateTime System.DateTime
return void

TimePeriodDemoData() public method

public TimePeriodDemoData ( ) : System
return System