ll.GetDayLength() : number
Returns the number of seconds in a day on this parcel.
ll.GetDayLength()
{
"def": "func",
"desc": "Returns the number of seconds in a day on this parcel.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetDayLength",
"name": "GetDayLength",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": []
}
]
}