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


In This Topic
    SetTime Method (NInteropFileSystemServiceStub)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetTime( _
       ByVal fsoStr As System.String, _
       ByVal timeType As System.Integer, _
       ByVal time As System.Long _
    ) 
    'Usage
     
    
    Dim instance As NInteropFileSystemServiceStub
    Dim fsoStr As System.String
    Dim timeType As System.Integer
    Dim time As System.Long
     
    instance.SetTime(fsoStr, timeType, time)
    public void SetTime( 
       System.string fsoStr,
       System.int timeType,
       System.long time
    )

    Parameters

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