Retrieves a TOraInterval object for a field with known name.
function GetInterval(const FieldName: string): TOraInterval;
Call the GetInterval method to retrieve a TOraInterval object for a field when only its name is known. FieldName is the name of an existing field. The field should have ftIntervalYM or ftIntervalDS.