Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal from_date As Date, _ 
ByVal end_date As Date
)
This language is not supported or no code example is available.
public DateRangeQueryValue( 
DateTime from_date
DateTime end_date 
)
This language is not supported or no code example is available.
public:  
DateRangeQueryValue( 
DateTime from_date
DateTime end_date 
)
This language is not supported or no code example is available.
public function DateRangeQueryValue( 
from_date : DateTime
end_date : DateTime 
);
This language is not supported or no code example is available.

Parameters

from_date
Type: DateTime

end_date
Type: DateTime

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1