System::TimeSpan::FromMinutes method

TimeSpan::FromMinutes method

Returns a new TimeSpan object that represents the specified interval.

static TimeSpan System::TimeSpan::FromMinutes(double value)
ParameterTypeDescription
valuedoubleThe time interval expressed as the number of minutes.

ReturnValue

A new TimeSpan object that represents the specified interval.

See Also