DIAdem Help

Property: Millisecond for UsiTimeDisp

  • Updated2024-09-12
  • 1 minute(s) read

Property: Millisecond for UsiTimeDisp

Specifies the milliseconds.

Object.Millisecond
ObjectUsiTimeDisp
Object with this property
Object.MillisecondInteger with read and write access

The following example creates an object with the time value 17.06.2004 10:20:30. The number of milliseconds is 50. The example then saves the current microseconds as a root property:

Dim oMyTime: Set oMyTime = CreateTime(2004,6,17,10,20,30,50,0,0)
Call Root.Properties.Add("Microsecond", oMyTime.Microsecond)