Enum GridViewTimePrecisionMode
Given a DateTime value, the enum determines how the time part is evaluated.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[Flags]
public enum GridViewTimePrecisionMode : short
All
The Hour, Minute, and Second parts are taken into account.
Hour
Only the Hour part is taken into account.
Minute
Only the Minute part are taken into account.
None
The time part is not taken into account.
Second
Only the Second part are taken into account.