Switch to: V12V11V10V9V8V7V6V5

VTime Class: Properties

VTime.Hour

Declaration:

Hour as Integer

Description:

The Hour of a time value. Range is 0..23

Example:

fldTime.Hour = 10

VTime.Minute

Declaration:

Minute as Integer

Description:

The Minute of a time value. Range is 0..59

Example:

fldTime.Minute = 47

VTime.Second

Declaration:

Second as Integer

Description:

The Second of a time value. Range is 0..59

Example:

fldTime.Second = 24

VTime.Millisecond

Declaration:

Millisecond as Integer

Description:

The Millisecond of a time value. Range is 0..999

Example:

fldTime.Millisecond = 678