FromMinutes

nn::fnd::TimeSpan::FromMinutes Member Function

Syntax

static TimeSpan FromMinutes(
     s64 minutes
);

Parameters

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

Return Values

Returns a TimeSpan object representing the specified length of time.

Description

Generates a TimeSpan object from a minutes value.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL