Age

GetType

Description

Returns the type of Age stored for the Age Object

Syntax

strAgeType = ag:GetType()

Parameters

None

Return Value

strAgeType
string: Type of Date
stillborn Only applicable to birth events
infant less than 1 year
child less than 8 years
> greater than the years, months and days values stored
< less than the years, months and days values stored
= equal to the years, months and days values stored

Remarks

Example
strAgeType = agAge:GetType()