DevForce Help Reference
DateTimeRangeVerifier Constructor(Type,String,Boolean,Nullable<DateTime>,Nullable<DateTime>)


Constructs a new DateTimeRangeVerifier for inclusive DateTime period.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicableType As Type, _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal minValue As Nullable(Of Date), _
   ByVal maxValue As Nullable(Of Date) _
)
'Usage
 
Dim applicableType As Type
Dim propertyName As String
Dim isRequired As Boolean
Dim minValue As Nullable(Of Date)
Dim maxValue As Nullable(Of Date)
 
Dim instance As New DateTimeRangeVerifier(applicableType, propertyName, isRequired, minValue, maxValue)

Parameters

applicableType
propertyName
isRequired
minValue
maxValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimeRangeVerifier Class
DateTimeRangeVerifier Members
Overload List

Send Feedback