ZennoLab Assemblies Documentation
BornYear Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : BornYear Property

Glossary Item Box

Gets or sets the born year.

Syntax

C# 
int BornYear {get; set;}

Property Value

Type: System.Int32
The born year of profile.

Example

The following example uses property BornYear of profile.
C#Copy Code
// get born year
string bornMonth = project.Profile.BornYear;
 
// set born year
project.Profile.BornMonth = 1589;
PHPCopy Code
// 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

© 2013 All Rights Reserved.