시간(범위)

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_RANGE_TIME001분단위 설정.
001: 1시간
002: 30분
003: 10분
CP_RANGE_TIME002시간 형식.
001: 24시간
002: 12시간(오전, 오후)
CP_RANGE_TIME006시간 항목 분리.
001: 시, 분 통합
002: 시, 분 분리
CP_RANGE_TIME007기본 날짜 설정.
001: 설정 안 함
002: 설정
003: 사용자 설정 적용
CP_RANGE_TIME008시작 시간 설정값
CP_RANGE_TIME009종료 시간 설정값

컴포넌트 속성 정보 {#component-attribute-data}

속성타입설명
attributeTypestring속성 종류
attributeIdstring속성 ID
attributeNamestring속성 이름
attributeValueobject속성값

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "001",      "attributeName": "분단위 설정",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "1시간"              }          ]      }  },  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "002",      "attributeName": "시간 형식",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "24시간"              }          ]      }  },  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "006",      "attributeName": "시간 항목 분리",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "시, 분 통합"              }          ]      }  },  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "007",      "attributeName": "기본 시간 설정",      "attributeValue": {          "items": [              {                  "itemId": "002",                  "itemName": "설정"              }          ]      }  },  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "008",      "attributeName": "시작 시간 설정값",      "attributeValue": {          "value": "09:00"      }  },  {      "attributeType": "CP_RANGE_TIME",      "attributeId": "009",      "attributeName": "종료 시간 설정값",      "attributeValue": {          "value": "18:00"      }  }]