SCDateField Class Reference
| Inherits from | SCField : NSObject |
| Declared in | SCDateField.h |
Overview
The SCDateField object identifies a Sitecore system item’s date field.
The field with [SCField type] is equal to “Date” has the SCDateField type.
It provides a getter for the field date.
Tasks
-
fieldValueThe value of the field. [SCDateField fieldValue] is NSDate object. [SCDateField fieldValue] property represents [SCField rawValue] as NSDate object.
property
Properties
fieldValue
The value of the field. [SCDateField fieldValue] is NSDate object. [SCDateField fieldValue] property represents [SCField rawValue] as NSDate object.
@property (nonatomic, readonly) id fieldValueDiscussion
The value of the field. [SCDateField fieldValue] is NSDate object. [SCDateField fieldValue] property represents [SCField rawValue] as NSDate object.
Declared In
SCDateField.h