Enum
GridViewTimePrecisionMode

Given a DateTime value, the enum determines how the time part is evaluated.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
[Flags]
public enum GridViewTimePrecisionMode : short

Fields

All

The Hour, Minute, and Second parts are taken into account.

Declaration

cs-api-definition
All = Hour | Minute | Second

Field Value

GridViewTimePrecisionMode

Hour

Only the Hour part is taken into account.

Declaration

cs-api-definition
Hour = 1

Field Value

GridViewTimePrecisionMode

Minute

Only the Minute part are taken into account.

Declaration

cs-api-definition
Minute = 2

Field Value

GridViewTimePrecisionMode

None

The time part is not taken into account.

Declaration

cs-api-definition
None = 0

Field Value

GridViewTimePrecisionMode

Second

Only the Second part are taken into account.

Declaration

cs-api-definition
Second = 4

Field Value

GridViewTimePrecisionMode

In this article
DefinitionFieldsAllHourMinuteNoneSecond
Not finding the help you need?
Contact Support