Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Unicode Intrinsic Functions - IsDuration Method

Panel
bgColor#2c3c4c

Test whether the string is a valid duration

Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if the string is a valid duration

Details

IsDuration tests a variable to determine whether it can be used as a duration.

IsDuration will often be used before AsDuration to trap a potential run time error.


See also

All Component Classes

Technical Reference