C#
VB
Java
C++
Determines whether the specified time span is an infinite value.
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)
value
Time span to check.
true if value represents an infinite time span, otherwise; false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET