Example Date compareLT 012

 

 

Description

These examples use the compareLT function to compare two objects and return the Boolean value true if the first argument is lesser than the second argument, or false, if otherwise.

 

Details

(compareLT #Jan,1,1992 #Jan,1,1993 ) Returns: true
(compareLT #Jan,2,1993 #Jan,1,1993 ) Returns: false
(compareLT #Jan,2,1993 #Jan,2,1993 ) Returns: false

 

Related Examples

Here are examples of the compareLT function at work.

BitVector compareLT 014 Boolean compareLT 009 Brick compareLT 019 Character compareLT 010
CpxVector compareLT 020 Date compareLT 012 Dictionary compareLT 004 Directory compareLT 005
FltVector compareLT 014 Function compareLT 013 IntVector compareLT 014 List compareLT 020
Matrix compareLT 007 NumMatrix compareLT 023 NumVector compareLT 014 Number compareLT 011
ObjVector compareLT 014 ObjectRepository compareLT 021 ObjectRepository compareLT 022 Pair compareLT 019
ShortVector compareLT 015 String compareLT 001 Structure compareLT 003 Symbol compareLT 002
Vector compareLT 006 Void compareLT 008

 

Function Links

Here is the link to the current function used in this example.

compareLT

Here are a number of links to other related functions.

compare(Date) compareEQ(Date) compareNE(Date) compareGT(Date)
compareGE(Date) compareLE(Date)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

Date

Here are a number of links to examples having similar argument types.

Date addMethod 015 Date addMethod 016 Date compare 012 Date compareEQ 012
Date compareGE 012 Date compareGT 012 Date compareLE 012 Date compareLT 012
Date compareNE 012 Date comparison functions 011 Date day 001 Date days360 001
Date getTickCount 001 Date hour 001 Date isDate 001 Date isEqual 010
Date isEqual 011 Date isIdentical 010 Date julian 001 Date minute 001
Date month 001 Date now 001 Date ref 020 Date second 001
Date time 001 Date time 002 Date today 001 Date type 014
Date year 001 Function ref 021 String parse 001

How do I contact the AIS Server team?

You can always talk with the AIS at aiserver.sourceforge.net.