Gets the error message string for DateTime validation

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
protected string BuildDateTimeErrorMessage(
	DateTime min,
	DateTime max
)

Parameters

min
DateTime

[Missing <param> documentation for "min"]

max
DateTime

[Missing <param> documentation for "max"]

Return Value

an error message

See Also