Click or drag to resize
StyleInfoIsFormatTypeDateTime Method
Determines whether a given TypeCode is a date or time format.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static bool IsFormatTypeDateTime(
	TypeCode typeCode
)

Parameters

typeCode
Type: SystemTypeCode
The tested data type.

Return Value

Type: Boolean
true if the format type of typeCode is DateTime.
See Also