TimeSpan.Undefined() Method

Top 

Description

Creates a TimeSpan representing an undefined value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpan.Undefined(

)

 

 

Return Value

Type:

timespan

Units:

day

 

 

Returns the created TimeSpan representing an undefined value.

 

Syntax

myTimeSpan1 = TimeSpan.Undefined();

 

 

See also

TimeSpan Object

TimeSpans Guide

Parsing Dates and Times