ll.GetDayOffset () -> numberReturns the number of seconds in a day is offset from midnight in this parcel.
ll.GetDayOffset()
{
"def": "func",
"desc": "Returns the number of seconds in a day is offset from midnight in this parcel.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetDayOffset",
"private": false,
"takesSelf": false,
"name": "GetDayOffset",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": []
}
]
}