MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2020-05-24 21:37:18 +00:00
parent 8c3115ed49
commit 2680b69eeb
22 changed files with 2219 additions and 574 deletions

View File

@@ -1768,6 +1768,12 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).FileExists">UTILS.FileExists(file)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Checks if a file exists or not.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GMTToLocalTimeDifference">UTILS.GMTToLocalTimeDifference()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the time difference between GMT and local time.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1792,6 +1798,18 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetDCSMissionDate">UTILS.GetDCSMissionDate()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the mission date.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetDate">UTILS.GetDate()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the current date.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetDayOfYear">UTILS.GetDayOfYear(Year, Month, Day)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the day of the year.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1804,12 +1822,42 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMarkID">UTILS.GetMarkID()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDay">UTILS.GetMissionDay()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the day of the mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDayOfYear">UTILS.GetMissionDayOfYear()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the current day of the year of the mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetModulationName">UTILS.GetModulationName(Modulation)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the modulation name from its numerical value.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetSunRiseAndSet">UTILS.GetSunRiseAndSet(DayOfYear, Latitude, Longitude, Rising, Tlocal)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get sunrise or sun set of a specific day of the year at a specific location.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetSunrise">UTILS.GetSunrise(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get sun rise of a specific day of the year at a specific location.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetSunset">UTILS.GetSunset(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get sun set of a specific day of the year at a specific location.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1935,6 +1983,12 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Randomize">UTILS.Randomize(value, fac, lower, upper)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Randomize a value by a certain amount.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ReplaceIllegalCharacters">UTILS.ReplaceIllegalCharacters(Text, ReplaceBy)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Replace illegal characters [&lt;>|/?*:\] in a string. </p>
</td>
</tr>
<tr class="w3-border">
@@ -1948,12 +2002,24 @@
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>From http://lua-users.org/wiki/SimpleRound
use negative idp for rounding ahead of decimal place, positive for rounding after decimal place</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SecondsOfToday">UTILS.SecondsOfToday()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Seconds of today.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SecondsToClock">UTILS.SecondsToClock(seconds, short)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Convert time in seconds to hours, minutes and seconds.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SecondsToMidnight">UTILS.SecondsToMidnight()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Cound seconds until next midnight.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2753,6 +2819,36 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GMTToLocalTimeDifference" ><strong>UTILS.GMTToLocalTimeDifference()</strong></a></h2>
</div>
<p>Get the time difference between GMT and local time.</p>
<div id= "#Functions##GMTToLocalTimeDifference" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Local time difference in hours compared to GMT. E.g. Dubai is GMT+4 ==> +4 is returned.</p>
</div>
</div>
</div>
</div>
</div>
@@ -2886,7 +2982,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<p>Returns the mission date.</p>
<p>This is the date the mission started.</p>
<p>This is the date the mission <strong>started</strong>.</p>
<div id= "#Functions##GetDCSMissionDate" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -2894,14 +2990,165 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>Mission date in yyyy/mm/dd format.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The year anno domini.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The month.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The day.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetDate" ><strong>UTILS.GetDate()</strong></a></h2>
</div>
<p>Returns the current date.</p>
<div id= "#Functions##GetDate" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>Mission date in yyyy/mm/dd format.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The year anno domini.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The month.</p>
</div>
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>The day.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetDayOfYear" ><strong>UTILS.GetDayOfYear(Year, Month, Day)</strong></a></h2>
</div>
<p>Get the day of the year.</p>
<p>Counting starts on 1st of January.</p>
<div id= "#Functions##GetDayOfYear" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Year</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Month</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The month.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Day</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The day.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
<p>#number:</p>
</div>
<div class="w3-half">
<p>Mission date in yyyy/mm/dd format.</p>
<p>The day of the year.</p>
</div>
</div>
@@ -2983,6 +3230,66 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetMissionDay" ><strong>UTILS.GetMissionDay()</strong></a></h2>
</div>
<p>Returns the day of the mission.</p>
<div id= "#Functions##GetMissionDay" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Day of the mission. Mission starts on day 0.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetMissionDayOfYear" ><strong>UTILS.GetMissionDayOfYear()</strong></a></h2>
</div>
<p>Returns the current day of the year of the mission.</p>
<div id= "#Functions##GetMissionDayOfYear" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Current day of year of the mission. For example, January 1st returns 0, January 2nd returns 1 etc.</p>
</div>
</div>
</div>
</div>
</div>
@@ -3027,6 +3334,346 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetSunRiseAndSet" ><strong>UTILS.GetSunRiseAndSet(DayOfYear, Latitude, Longitude, Rising, Tlocal)</strong></a></h2>
</div>
<p>Get sunrise or sun set of a specific day of the year at a specific location.</p>
<div id= "#Functions##GetSunRiseAndSet" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>DayOfYear</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The day of the year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Latitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Latitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Longitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Longitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Rising</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, calc sun rise, or sun set otherwise.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Tlocal</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Local time offset in hours. E.g. +4 for a location which has GMT+4.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Sun rise/set in seconds of the day.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetSunrise" ><strong>UTILS.GetSunrise(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)</strong></a></h2>
</div>
<p>Get sun rise of a specific day of the year at a specific location.</p>
<div id= "#Functions##GetSunrise" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Day</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Day of the year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Month</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Month of the year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Year</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Latitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Latitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Longitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Longitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Rising</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, calc sun rise, or sun set otherwise.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Tlocal</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Local time offset in hours. E.g. +4 for a location which has GMT+4. Default 0.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Sun rise in seconds of the day.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetSunset" ><strong>UTILS.GetSunset(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)</strong></a></h2>
</div>
<p>Get sun set of a specific day of the year at a specific location.</p>
<div id= "#Functions##GetSunset" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Day</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Day of the year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Month</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Month of the year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Year</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Year.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Latitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Latitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Longitude</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Longitude.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Rising</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, calc sun rise, or sun set otherwise.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Tlocal</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Local time offset in hours. E.g. +4 for a location which has GMT+4. Default 0.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Sun rise in seconds of the day.</p>
</div>
</div>
</div>
</div>
</div>
@@ -3865,6 +4512,63 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ReplaceIllegalCharacters" ><strong>UTILS.ReplaceIllegalCharacters(Text, ReplaceBy)</strong></a></h2>
</div>
<p>Replace illegal characters [&lt;>|/?*:\] in a string. </p>
<div id= "#Functions##ReplaceIllegalCharacters" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Text</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Input text.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>ReplaceBy</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Replace illegal characters by this character or string. Default underscore "_".</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>The input text with illegal chars replaced.</p>
</div>
</div>
</div>
</div>
</div>
@@ -3966,6 +4670,36 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).SecondsOfToday" ><strong>UTILS.SecondsOfToday()</strong></a></h2>
</div>
<p>Seconds of today.</p>
<div id= "#Functions##SecondsOfToday" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Seconds passed since last midnight.</p>
</div>
</div>
</div>
</div>
</div>
@@ -4023,6 +4757,36 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).SecondsToMidnight" ><strong>UTILS.SecondsToMidnight()</strong></a></h2>
</div>
<p>Cound seconds until next midnight.</p>
<div id= "#Functions##SecondsToMidnight" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>UTILS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Seconds to midnight.</p>
</div>
</div>
</div>
</div>
</div>