| Clientbirthdate Property |
Date of birth
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime birthdate { get; set; }
public:
property DateTime birthdate {
DateTime get ();
void set (DateTime value);
}
function get_birthdate();
function set_birthdate(value);
Property Value
Type:
DateTimeSee Also