TimeSpan.TruncatedToMinutes() Method

Top 

Description

Returns the TimeSpan truncated to minutes.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpan.TruncatedToMinutes(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

The value of the truncated TimeSpan.

 

Syntax

myTimeSpan1 = myTimeSpan2.TruncatedToMinutes();

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times