OleDbSchemaIsDateTime Method |
Checks whether a given type is of type DateTime
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsDateTime(
Type type
)
Parameters
- type Type
- Type to check.
Return Value
BooleanTrue if the type is of type DateTime; false otherwise.
See Also