FromMilliSeconds

nn::fnd::TimeSpan::FromMilliSeconds Member Function

Syntax

static TimeSpan FromMilliSeconds(
     s64 milliSeconds
);

Parameters

Name Description
in milliSeconds Specifies the length of time in milliseconds.

Return Values

Returns a TimeSpan object representing the specified length of time.

Description

Generates a TimeSpan object from a milliseconds value.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL