DurationDatePickerViewDateType

@objc
public enum DurationDatePickerViewDateType : Int

选择器样式

  • YMD

    年月日

    Declaration

    Swift

    case YMD
  • 年月日时分

    Declaration

    Swift

    case YMDHM
  • Undocumented

    Declaration

    Swift

    public var formatStr: String { get }