DateTime::Millisecond Property

Gets the milliseconds component of the date represented by this instance.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Property Value

Type: System::Int32
The 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:

No code example is currently available or this language may not be supported.

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:

No code example is currently available or this language may not be supported.

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:

No code example is currently available or this language may not be supported.

Platform Notes

Silverlight for Windows Phone Silverlight for Windows Phone

 System.DateTime.Now.Millisecond.ToString always returns zero on the Windows Phone Emulator.

The following example demonstrates the Millisecond property.

No code example is currently available or this language may not be supported.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: