TimeSpan.Parse Method

Top 

Description

Creates a TimeSpan from a string value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TimeSpan.Parse(String seconds)

TimeSpan

Creates a TimeSpan from a string value.

TimeSpan.Parse(String value, String units)

TimeSpan

Creates a TimeSpan from a string value.

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times