Previous Topic: Special String MethodsNext Topic: Decimal Precision Properties


Date, Time, and Timestamp Properties

Date, time, and timestamp values are represented as Calendar objects. Methods for setting these properties as integers and strings are also provided for compatibility.

NULLs must be represented as null calendar objects. Pass null to the setter methods. Also, make sure your code handles nulls returned from the accessor methods.