RBManagedFormDateTimeFieldSchema Class Reference

Inherits from RBManagedFormFieldSchema : RBManagedFormItemSchema : NSObject
Declared in RBManagedFormDateTimeFieldSchema.h

Overview

A managed form date/time field schema.

  dateOnly

Whether or not the field should allow date input only.

@property (nonatomic) BOOL dateOnly

Discussion

Whether or not the field should allow date input only.

Declared In

RBManagedFormDateTimeFieldSchema.h

  timeOnly

Whether or not the field should allow time input only.

@property (nonatomic) BOOL timeOnly

Discussion

Whether or not the field should allow time input only.

Declared In

RBManagedFormDateTimeFieldSchema.h

  placeholder

The placeholder text that should be displayed in the field when there is no value.

@property (nonatomic, nullable) NSString *placeholder

Discussion

The placeholder text that should be displayed in the field when there is no value.

Declared In

RBManagedFormDateTimeFieldSchema.h