ShowMilliseconds Property
In a Grid Control, indicates whether milliseconds are displayed in time or date/time fields.
Syntax
object.ShowMilliseconds [= Boolean]
Parameters
The ShowMilliseconds property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether to display milliseconds in a Grid Control's time or date/time fields. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Displays milliseconds in Grid Control time or date/time fields. |
False |
Does not display milliseconds in Grid Control time or date/time fields. (Default) |