nn::fnd::TimeSpan::FromNanoSeconds Member Function

Syntax

static TimeSpan FromNanoSeconds(
     s64 nanoSeconds
);

Arguments

Name Description
in nanoSeconds Specifies the length of time in nanoseconds.

Return Values

Returns a TimeSpan object representing the specified length of time.

Description

Generates a TimeSpan object from a nanoseconds value.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL