C# Class NCrontab.Advanced.Filters.LastDayOfMonthFilter

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

Public Methods

Method 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 method

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

LastDayOfMonthFilter() public method

public LastDayOfMonthFilter ( CrontabFieldKind kind ) : System
kind CrontabFieldKind
return System

ToString() public method

public ToString ( ) : string
return string