C# Class NCrontab.Advanced.Filters.LastDayOfMonthFilter

Handles filtering for the last day of the month
Inheritance: ICronFilter
Afficher le fichier Open project: jcoutch/NCrontab-Advanced Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( System.DateTime value ) : bool

Checks if the value is accepted by the filter

LastDayOfMonthFilter ( CrontabFieldKind kind ) : System
ToString ( ) : string

Method Details

IsMatch() public méthode

Checks if the value is accepted by the filter
public IsMatch ( System.DateTime value ) : bool
value System.DateTime The value to check
Résultat bool

LastDayOfMonthFilter() public méthode

public LastDayOfMonthFilter ( CrontabFieldKind kind ) : System
kind CrontabFieldKind
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string