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

Syntax

static TimeSpan FromMicroSeconds(
     s64 microSeconds
);

Arguments

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

Return Values

Returns a TimeSpan object representing the length of time specified by a TimeSpan.

Description

Generates a TimeSpan object from a microseconds value.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL