←Select platform

IsInfinite Method

Summary

Determines whether the specified time span is an infinite value.

Syntax

C#
VB
Java
C++
public static bool IsInfinite( 
   DateTime value 
) 
Public Shared Function IsInfinite( 
   ByVal value As Date 
) As Boolean 
public:  
   static bool IsInfinite( 
      System::DateTime value 
   ) 
public static boolean isInfinite(Date value) 

Parameters

value

Time span to check.

Return Value

true if value represents an infinite time span, otherwise; false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly