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

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 fieldValue

Discussion

The value of the field. [SCDateField fieldValue] is NSDate object. [SCDateField fieldValue] property represents [SCField rawValue] as NSDate object.

Declared In

SCDateField.h