mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
eed44f448f
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
149 lines
3.5 KiB
JSON
149 lines
3.5 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"name": "getIntervalSeconds(milliseconds: integer) integer",
|
|
"function_name": "getIntervalSeconds",
|
|
"doc": "Gets the seconds component of the duration. Expressed as a value between 0 and 59.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalTotalSeconds(milliseconds: integer) integer",
|
|
"function_name": "getIntervalTotalSeconds",
|
|
"doc": "Gets the number of seconds in duration.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalMinutes(milliseconds: integer) integer",
|
|
"function_name": "getIntervalMinutes",
|
|
"doc": "Gets the minutes component of the duration. Expressed as a value between 0 and 59.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalTotalMinutes(milliseconds: integer) integer",
|
|
"function_name": "getIntervalTotalMinutes",
|
|
"doc": "Gets the number of minutes in duration.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalHours(milliseconds: integer) integer",
|
|
"function_name": "getIntervalHours",
|
|
"doc": "Gets the hours component of the duration. Expressed as a value between 0 and 23.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalTotalHours(milliseconds: integer) integer",
|
|
"function_name": "getIntervalTotalHours",
|
|
"doc": "Gets the number of hours in duration.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalTotalDays(milliseconds: integer) integer",
|
|
"function_name": "getIntervalTotalDays",
|
|
"doc": "Gets the number of days in duration.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "getIntervalTotalWeeks(milliseconds: integer) integer",
|
|
"function_name": "getIntervalTotalWeeks",
|
|
"doc": "Gets the number of weeks in duration.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Milliseconds count"
|
|
}
|
|
],
|
|
"result_type": "integer",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
}
|
|
]
|
|
}
|