The method to parse the value from a string.
static AdifAge fromString(String str) { return AdifAge(AdifNumber.fromString(str)); }