Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / Attrs Class / ToSSHTimeV3 Method


In This Topic
    ToSSHTimeV3 Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ToSSHTimeV3( _
       ByVal dateTime As Nullable(Of Date), _
       ByVal stream As Stream, _
       ByRef count As Integer _
    ) 
    'Usage
     
    Dim dateTime As Nullable(Of Date)
    Dim stream As Stream
    Dim count As Integer
     
    Attrs.ToSSHTimeV3(dateTime, stream, count)
    public static void ToSSHTimeV3( 
       Nullable<DateTime> dateTime,
       Stream stream,
       ref int count
    )

    Parameters

    dateTime
    stream
    count
    Requirements

    Target Platforms: 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