updateEntryIssued (property)

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

Syntax

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

Default Value

""

Remarks

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

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