DateTime::Millisecond Property
Gets the milliseconds component of the date represented by this instance.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Int32The milliseconds component, expressed as a value between 0 and 999.
You can display the string representation of the Millisecond property by using the "fff" format specifier. For example, the following code displays a string that contains the number of milliseconds in a date and time to the console:
You can also display the millisecond component together with the other components of a date and time value by using the "o" standard format specifier. For example:
However, the "o" format specifier is intended less for displaying than for round-tripping or storing a DateTime value. You can also display milliseconds together with other date and time components by using a custom format string:
Platform Notes
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.