DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Minute for UsiTimeDisp

Property: Minute for UsiTimeDisp

Specifies the minutes.

Object.Minute
ObjectUsiTimeDisp
Object with this property
Object.MinuteInteger 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 minutes as a root property:

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