fileCreationTime (property)

The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was created.

Syntax

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

Default Value

0

Remarks

The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was created.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 iOS Edition - Version 20.0 [Build 8263]