Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 1.25 KB

File metadata and controls

83 lines (41 loc) · 1.25 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IFileSystemUpdateTimeParameters

IFileSystemUpdateTimeParameters interface

The options for FileSystem.updateTimes() Both times must be specified.

Signature:

export interface IFileSystemUpdateTimeParameters 

Properties

Property

Modifiers

Type

Description

accessedTime

number | Date

The POSIX epoch time or Date when this was last accessed.

modifiedTime

number | Date

The POSIX epoch time or Date when this was last modified