fileModifiedTime (property)

The number of milliseconds since 12:00:00 AM January 1, 1970 that this file was last modified.

Syntax

@property (nonatomic,readwrite,assign,getter=fileModifiedTime,setter=setFileModifiedTime:) long long fileModifiedTime;
- (long long)fileModifiedTime;
- (void)setFileModifiedTime:(long long)newFileModifiedTime;
public var fileModifiedTime: Int64 {
  get {...}
set {...} }

Default Value

0

Remarks

The number of milliseconds since 12:00:00 AM January 1, 1970 that this file was last modified.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]