ll.GetTimeOfDay

ll.GetTimeOfDay() : number

Returns the time in seconds since environmental midnight on the parcel.

Example

ll.GetTimeOfDay()
{
  "def": "func",
  "desc": "Returns the time in seconds since environmental midnight on the parcel.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetTimeOfDay",
  "name": "GetTimeOfDay",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll