Share via


AcceptedAge Class

Definition

A person's age, given as a number (value) and a unit (e.g. years, months).

public class AcceptedAge
type AcceptedAge = class
Public Class AcceptedAge
Inheritance
AcceptedAge

Constructors

AcceptedAge(AgeUnit, Single)

Initializes a new instance of AcceptedAge.

Properties

Unit

Possible units for a person's age.

Value

The number of years/months/days that represents the person's age.

Applies to