DateTime.Millisecond Property
Gets the milliseconds component of the date represented by this instance.
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, as the following example shows.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1