MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / TimeSpanFromMilli

Function TimeSpanFromMilli

src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313::Windows::Foundation::TimeSpan TimeSpanFromMilli(int64_t millis) {
314 ::Windows::Foundation::TimeSpan timeSpan;
315 timeSpan.Duration = millis * 10000;
316
317 return timeSpan;
318}
319
320::Windows::Foundation::DateTime DateTimeFromJSDate(Local<Value> value) {
321 ::Windows::Foundation::DateTime time;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected