DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Second for UsiTimeDisp

Property: Second for UsiTimeDisp

Specifies the seconds.

Object.Second
ObjectUsiTimeDisp
Object with this property
Object.SecondInteger with read and write access

The following example generates an object with the time value 17.06.2004 10:20:30 and saves the current seconds as a root property:

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