ll.GetDayOffset

ll.GetDayOffset() : number

Returns the number of seconds in a day is offset from midnight in this parcel.

Example

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

< Back to ll