Constructor DateRecognizerSinkFilter
DateRecognizerSinkFilter()
Creates a new instance of DateRecognizerSinkFilter using the current culture and
Declaration
public DateRecognizerSinkFilter()
DateRecognizerSinkFilter(IFormatProvider)
Creates a new instance of DateRecognizerSinkFilter using the supplied culture and
Declaration
public DateRecognizerSinkFilter(IFormatProvider culture)
Parameters
Type | Name | Description |
---|---|---|
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateRecognizerSinkFilter(String)
Creates a new instance of DateRecognizerSinkFilter using the current culture and
Declaration
public DateRecognizerSinkFilter(string format)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | The allowable format of the |
DateRecognizerSinkFilter(String[])
Creates a new instance of DateRecognizerSinkFilter using the current culture and
Declaration
public DateRecognizerSinkFilter(string[] formats)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | formats | An array of allowable formats of the |
DateRecognizerSinkFilter(IFormatProvider, DateTimeStyles)
Creates a new instance of DateRecognizerSinkFilter using the supplied culture and
Declaration
public DateRecognizerSinkFilter(IFormatProvider culture, DateTimeStyles style)
Parameters
Type | Name | Description |
---|---|---|
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateTimeStyles | style | A bitwise combination of enumeration values that indicates the permitted format of s.
A typical value to specify is |
DateRecognizerSinkFilter(String, IFormatProvider)
Creates a new instance of DateRecognizerSinkFilter using the supplied format, culture and
Declaration
public DateRecognizerSinkFilter(string format, IFormatProvider culture)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | The allowable format of the |
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateRecognizerSinkFilter(String[], IFormatProvider)
Creates a new instance of DateRecognizerSinkFilter using the supplied formats, culture and
Declaration
public DateRecognizerSinkFilter(string[] formats, IFormatProvider culture)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | formats | An array of allowable formats of the |
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateRecognizerSinkFilter(String, IFormatProvider, DateTimeStyles)
Creates a new instance of DateRecognizerSinkFilter using the supplied format, culture and
Declaration
public DateRecognizerSinkFilter(string format, IFormatProvider culture, DateTimeStyles style)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | The allowable format of the |
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateTimeStyles | style | A bitwise combination of enumeration values that indicates the permitted format of s.
A typical value to specify is |
DateRecognizerSinkFilter(String[], IFormatProvider, DateTimeStyles)
Creates a new instance of DateRecognizerSinkFilter using the supplied formats, culture and
Declaration
public DateRecognizerSinkFilter(string[] formats, IFormatProvider culture, DateTimeStyles style)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | formats | An array of allowable formats of the |
System.IFormatProvider | culture | An object that supplies culture-specific format information |
DateTimeStyles | style | A bitwise combination of enumeration values that indicates the permitted format of s.
A typical value to specify is |