←Select platform

IsInfinite Method

Summary

Determines whether the specified time span is an infinite value.

Syntax
C#
C++/CLI
Java
Python
public static bool IsInfinite( 
   DateTime value 
) 
public:  
   static bool IsInfinite( 
      System::DateTime value 
   ) 
public static boolean isInfinite(Date value) 
def IsInfinite(self,value): 

Parameters

value

Time span to check.

Return Value

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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