Inherits from SCDateField : SCField : NSObject
Declared in SCDateTimeField.h

Overview

The SCDateTimeField object identifies a Sitecore system item’s dateTime field.
The field with [SCField type] is equal to “Datetime” has the SCDateTimeField type.

It provides a getter for the field date.

Tasks

Properties

fieldValue

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

@property (nonatomic, readonly) id fieldValue

Discussion

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

Declared In

SCDateTimeField.h