updateEntryCreated (property)

This property contains a Date value that indicates the time that the current entry was created.

Syntax

@property (nonatomic,readwrite,assign,getter=updateEntryCreated,setter=setUpdateEntryCreated:) NSString* updateEntryCreated;
- (NSString*)updateEntryCreated;
- (void)setUpdateEntryCreated:(NSString*)newUpdateEntryCreated;
public var updateEntryCreated: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains a Date value that indicates the time that the current entry was created.

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