DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Microsecond for UsiTimeDisp

Property: Microsecond for UsiTimeDisp

Specifies the microseconds.

Object.Microsecond
ObjectUsiTimeDisp
Object with this property
Object.MicrosecondInteger with read and write access

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

Dim oMyTime: Set oMyTime = CreateTime(2004,6,17,10,20,30,0,40,0)
Call Root.Properties.Add("Microsecond", oMyTime.Microsecond)
Was this information helpful?