lastWriteTime (property)

The last modification time of the vault.

Syntax

@property (nonatomic,readonly,assign,getter=lastWriteTime) NSDate* lastWriteTime;
- (NSDate*)lastWriteTime;
public var lastWriteTime: Date {
  get {...}
}

Default Value

0

Remarks

This property reflects the vault's last modification time, specified .

This property is read-only.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 iOS Edition - Version 20.0 [Build 8031]