LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
highpart Field
See Also 
Leadtools.Multimedia Namespace > REFERENCE_TIME Structure : highpart Field



The high order 32-bit part of the time value.

Syntax

Visual Basic (Declaration) 
Public highpart As Integer
Visual Basic (Usage)Copy Code
Dim instance As REFERENCE_TIME
Dim value As Integer
 
value = instance.highpart
 
instance.highpart = value
C# 
public int highpart
C++/CLI 
public:
int highpart

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also