時間(範囲選択)

コンポーネント属性 {#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": "001",                    "itemName": "設定しない"                }            ]        }    },    {        "attributeType": "CP_RANGE_TIME",        "attributeId": "008",        "attributeName": "開始時間",        "attributeValue": {            "value": ""        }    },    {        "attributeType": "CP_RANGE_TIME",        "attributeId": "009",        "attributeName": "終了時間",        "attributeValue": {            "value": ""        }    }]