EnterpriseDS Documentation

Structure DSDate​Picker​Control​Options

public struct DSDatePickerControlOptions  

Captures a set of options for DSDatePicker that are wanted on the internal UIDatePicker instance. Each property, if provided, will be set internally.

Initializers

init(minimum​Date:​maximum​Date:​minute​Interval:​)

public init(minimumDate: Date? = nil, maximumDate: Date? = nil, minuteInterval: Int? = nil)  

Properties

minimum​Date

public var minimumDate: Date? 

Minimum date the picker should allow selected.

maximum​Date

public var maximumDate: Date? 

Maximum date the picker should allow selected.

minute​Interval

public var minuteInterval: Int? 

Display interval of minutes in the minutes component.