←Select platform

IsInfinite Method (ObjectCache)

Summary

Determines whether the specified time span is an infinite value.

Syntax

C#
VB
Java
C++
public static bool IsInfinite( 
   System.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize