Click or drag to resize

OleDbSchemaIsDateTime Method

Checks whether a given type is of type DateTime

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsDateTime(
	Type type
)

Parameters

type  Type
Type to check.

Return Value

Boolean
True if the type is of type DateTime; false otherwise.
See Also