Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.IsFormatTypeDateTime Method 

Back to Class Index

Return True if the FormatType of a given ValueType is Date/Time.

[Visual Basic]
Public Shared Function IsFormatTypeDateTime( _
   ByVal vtyp As TypeCode _
) As Boolean
[C#]
public static bool IsFormatTypeDateTime(
   TypeCode vtyp
);

Parameters

vtyp
ValueType.

Return Value

True if Format Type is Date/Time.

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace