←Select platform

IsInfinite Method

Summary

Determines whether the specified time span is an infinite value.

Syntax
C#
VB
C++
Java
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.