ORKDateAnswerStyle Constants Reference

Declared in ORKAnswerFormat.h

ORKDateAnswerStyle

The style of date picker to use in an ORKDateAnswerFormat object.

Definition

typedef NS_ENUM(NSInteger, ORKDateAnswerStyle ) {
   ORKDateAnswerStyleDateAndTime,
   ORKDateAnswerStyleDate,
};

Constants

ORKDateAnswerStyleDateAndTime
 The date and time question type asks participants to choose a time or a combination of date
 and time, from a picker.

Declared In ORKAnswerFormat.h.

ORKDateAnswerStyleDate
 The date question type asks participants to choose a particular date from a picker.

Declared In ORKAnswerFormat.h.

Declared In

ORKAnswerFormat.h