![]() |
CFGregorianDateIsValid |
||||
Header: | CFDate.h | Carbon status: | Under Evaluation | |
Checks the specified fields of a CFGregorianDate structure for valid values.
Boolean CFGregorianDateIsValid ( CFGregorianDate gdate, CFOptionFlags unitFlags );
The GregorianDate structure whose fields you wish to validate.
Flags indicating which fields you wish to check for valid values. See Gregorian Unit Flags for possible values.
TRUE if the specified fields are valid. Otherwise FALSE.
Under evaluation for Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.