Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / Attrs Class / FromSSHTime Method / FromSSHTime(Stream,Int32,Boolean) Method


In This Topic
    FromSSHTime(Stream,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromSSHTime( _
       ByVal stream As Stream, _
       ByRef count As Integer, _
       ByVal useSubSeconds As Boolean _
    ) As Date
    'Usage
     
    Dim stream As Stream
    Dim count As Integer
    Dim useSubSeconds As Boolean
    Dim value As Date
     
    value = Attrs.FromSSHTime(stream, count, useSubSeconds)
    public static DateTime FromSSHTime( 
       Stream stream,
       ref int count,
       bool useSubSeconds
    )

    Parameters

    stream
    count
    useSubSeconds
    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