RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EXSDateTimeException Class

EXSDateTimeException is the exception class for errors encountered by the remotable objects that represent XML schema date and time values.

Pascal
EXSDateTimeException = class(Exception);
C++
class EXSDateTimeException : public Exception;

EXSDateTimeException is raised by the TXSDate, TXSTime, TXSDateTime, and TXSDuration objects when 

An application assigns a value that is out of range to one of their properties. Such values include Month values greater than 12, Hour values greater than 23, Minute values greater than 59, and so on. 

The string that represents the object's value does not have the proper format and can't be parsed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!