Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NInteropFileSystemServiceStub Class / GetTime Method


In This Topic
    GetTime Method (NInteropFileSystemServiceStub)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetTime( _
       ByVal fsoStr As System.String, _
       ByVal timeType As System.Integer _
    ) As System.Long
    'Usage
     
    
    Dim instance As NInteropFileSystemServiceStub
    Dim fsoStr As System.String
    Dim timeType As System.Integer
    Dim value As System.Long
     
    value = instance.GetTime(fsoStr, timeType)
    public System.long GetTime( 
       System.string fsoStr,
       System.int timeType
    )

    Parameters

    fsoStr
    timeType
    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