Record
duration-field
No description available.
record duration-field {
name: option<string>,
precise: option<bool>,
supported: option<bool>,
type-op: option<duration-field-type>,
unit-millis: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | option<string> | |
| precise | option<bool> | |
| supported | option<bool> | |
| type-op | option<duration-field-type> | |
| unit-millis | option<s64> |