Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / ENFileSystemObjectTime Enumeration


In This Topic
    ENFileSystemObjectTime Enumeration
    In This Topic
    Enumerates the date time information associated with a file system object
    Syntax
    'Declaration
     
    
    Public Enum ENFileSystemObjectTime 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENFileSystemObjectTime
    public enum ENFileSystemObjectTime : System.Enum 
    Members
    MemberDescription
    CreationTimeCreation time.
    CreationTimeUTCCreation time in UTC.
    LastAccessTimeLast access time.
    LastAccessTimeUTCLast access time in UTC.
    LastWriteTimeLast write time.
    LastWriteTimeUTCLast write time in UTC.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.IO.ENFileSystemObjectTime

    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