ZennoLab Assemblies Documentation
BornYear Property
Example 
Gets or sets the born year.
Syntax
int BornYear {get; set;}

Property Value

Type: System.Int32
The born year of profile.
Example
The following example uses property BornYear of profile.
// get born year
string bornMonth = project.Profile.BornYear;
 
// set born year
project.Profile.BornMonth = 1589;
// get born year
$bornMonth = $project->Profile->BornYear;
 
// set born year
$project->Profile->BornMonth = 1589;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback