Skip to content
JuDelCo edited this page May 20, 2021 · 4 revisions

Namespace: Ju.Time

Span

float seconds;
int milliseconds;
long microseconds;

Span (Static)

Span Now();

Span zero;
Span Seconds(float amount);
Span Milliseconds(int amount);
Span Microseconds(long amount);

Now()

Will generate a new Span struct with the current system UTC time.

Clone this wiki locally