FromMicroSeconds

nn::fnd::TimeSpan::FromMicroSeconds Member Function

Syntax

static TimeSpan FromMicroSeconds(
     s64 microSeconds
);

Parameters

Name Description
in microSeconds Specifies the length of time in microseconds.

Return Values

Returns a TimeSpan object representing the specified length of time.

Description

Generates a TimeSpan object from a microseconds value.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL