Version

SetMajorMinorUnit Method

Sets the values of the MajorUnit and MinorUnit properties.
Syntax
'Declaration
 
Public Sub SetMajorMinorUnit( _
   ByVal majorUnit As Double, _
   ByVal minorUnit As Double _
) 
public void SetMajorMinorUnit( 
   double majorUnit,
   double minorUnit
)

Parameters

majorUnit
The new value for the MajorUnit property.
minorUnit
The new value for the MinorUnit property.
Remarks

The value of the majorUnit parameter must exceed the value of the minorUnit parameter or an exception is thrown.

Typically the value of majorUnit is an exact multiple of minorUnit; for example, for 5 minor units per major unit, set majorUnit to 1 and minorUnit to .2.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also