DateTimeOffset::Millisecond Property
Gets the millisecond component of the time represented by the current DateTimeOffset object.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Int32The millisecond component of the current DateTimeOffset object, expressed as an integer between 0 and 999.
You can also create a string representation of a DateTimeOffset object's millisecond component by calling the ToString method with the "fff" custom format specifier.
If you rely on properties such as Now or UtcNow to accurately track the number of elapsed milliseconds, the precision of the time's millisecond component depends on the resolution of the system clock. On Windows NT 3.5 and later, and Windows Vista operating systems, the clock's resolution is approximately 10-15 milliseconds.
The following example displays the number of milliseconds of a DateTimeOffset object by using a custom format specifier and by directly accessing the Millisecond property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.