FromSeconds

nn::fnd::TimeSpan::FromSeconds Member Function

Syntax

static TimeSpan FromSeconds(
     s64 seconds
);

Parameters

Name Description
in seconds Specifies the length of time in seconds.

Return Values

Returns a TimeSpan object representing the specified length of time.

Description

Generates a TimeSpan object from a seconds value.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL