You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Magic Cloud, copyright (c) 2023 Thomas Hansen. See the attached LICENSE file for details. For license inquiries you can send an email to [email protected]
3
+
*/
4
+
5
+
usingSystem;
6
+
usingmagic.node;
7
+
usingmagic.node.extensions;
8
+
usingmagic.signals.contracts;
9
+
10
+
namespacemagic.lambda.dates
11
+
{
12
+
/// <summary>
13
+
/// [time.total-milliseconds] slot, returning how many milliseconds time object represents.
14
+
/// </summary>
15
+
[Slot(Name="time.total-milliseconds")]
16
+
publicclassTimeTotalMilliseconds:ISlot
17
+
{
18
+
/// <summary>
19
+
/// Implementation of signal
20
+
/// </summary>
21
+
/// <param name="signaler">Signaler used to signal</param>
22
+
/// <param name="input">Parameters passed from signaler</param>
0 commit comments