C# Class Itenso.TimePeriodDemo.TimePeriodDemoData

Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Private Properties

Свойство Type Description
UpdateCulture bool

Méthodes publiques

Méthode 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

Méthode Description
UpdateCulture ( string cultureName ) : bool

Method Details

QueryCulture() public méthode

public QueryCulture ( ) : bool
Résultat bool

QueryDay() public méthode

public QueryDay ( ) : bool
Résultat bool

QueryHour() public méthode

public QueryHour ( ) : bool
Résultat bool

QueryMinute() public méthode

public QueryMinute ( ) : bool
Résultat bool

QueryPeriodCount() public méthode

public QueryPeriodCount ( ) : bool
Résultat bool

QueryWeek() public méthode

public QueryWeek ( ) : bool
Résultat bool

QueryYear() public méthode

public QueryYear ( ) : bool
Résultat bool

QueryYearBaseMonth() public méthode

public QueryYearBaseMonth ( ) : bool
Résultat bool

QueryYearHalfyear() public méthode

public QueryYearHalfyear ( ) : bool
Résultat bool

QueryYearMonth() public méthode

public QueryYearMonth ( ) : bool
Résultat bool

QueryYearQuarter() public méthode

public QueryYearQuarter ( ) : bool
Résultat bool

QueryYearWeekType() public méthode

public QueryYearWeekType ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Reset() public méthode

public Reset ( System.DateTime dateTime ) : void
dateTime System.DateTime
Résultat void

TimePeriodDemoData() public méthode

public TimePeriodDemoData ( ) : System
Résultat System