Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleTimeRuler Class / IMAh Method


In This Topic
    IMAh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub IMAh( _
       ByVal jMAh As NDateTimeSpan, _
       ByRef KMAh As System.Double, _
       ByRef lMAh As System.Double, _
       ByRef MMAh As NPoint, _
       ByRef nMAh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NScheduleTimeRuler
    Dim jMAh As NDateTimeSpan
    Dim KMAh As System.Double
    Dim lMAh As System.Double
    Dim MMAh As NPoint
    Dim nMAh As NPoint
     
    instance.IMAh(jMAh, KMAh, lMAh, MMAh, nMAh)
    internal void IMAh( 
       NDateTimeSpan jMAh,
       out System.double KMAh,
       out System.double lMAh,
       out NPoint MMAh,
       out NPoint nMAh
    )

    Parameters

    jMAh
    KMAh
    lMAh
    MMAh
    nMAh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also