nn::fnd::TimeSpan::FromHours Member Function

Syntax

static TimeSpan FromHours(
     s64 hours
);

Arguments

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

Return Values

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

Description

Generates a TimeSpan object from an hours value.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL