-
Notifications
You must be signed in to change notification settings - Fork 1
Timespan
parkd126 edited this page Dec 27, 2018
·
5 revisions
Structured field to create Timespan for Requests
Name | Type | Description |
---|---|---|
days | Int | Days of the timespan (e.g. 1) |
hours | Int | Hours of the timespan (e.g. 0-24) |
minutes | Int | Minutes of the timespan (e.g. 0-60) |
seconds | Int | Seconds of the timespan (e.g. 0-60) |
Formats the Timespan object into a String that fits the Timespan syntax required by the TestRail API.
String - ("1d4h26m3s")
Parse a String value to create a Timespan object.