Suoranta.EnterpriseLib.Web - Developer API

JsonDateParserFilter Constructor (String, DateTimeStyles, String)

Use this constructors as a last resort when the received date format needs to be specified manually.

Namespace:  Suoranta.EnterpriseLib.Web.MVC.Filters
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public JsonDateParserFilter(
	string actionParameter,
	DateTimeStyles styles,
	string dateFormat
)

Parameters

actionParameter
Type: String
The action parameter to process.
styles
Type: DateTimeStyles
DateTimeStyles
dateFormat
Type: String
The format string describing input values.