Table of Contents

Method GetDateValue

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

GetDateValue(DateTime, Type, DateTimeKind)

Gets the date value.

public static object GetDateValue(DateTime date, Type memberType, DateTimeKind dateKind = DateTimeKind.Utc)

Parameters

date DateTime

The date.

memberType Type

Type of the member.

dateKind DateTimeKind

Kind of the date.

Returns

object