Dictionary Component
Fnd_Dict_GetTime
Fnd_Dict_GetTime (dict ID; key name) -> Time
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| Function Result | Time | The value |
Description
This function returns a 4D time value with the specified key from a dictionary.
Extracted source text
Fnd_Dict_GetTime (dict ID; key name) ➔ Time
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
Function Result Time The value
This function returns a 4D time value with the specified key from a dictionary.