Gets or sets numerical value that indicates the year.
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Year As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomDateTimeValue
Dim value As Integer
instance.Year = value
value = instance.Year |
C# | |
---|
public int Year {get; set;} |
C++/CLI | |
---|
public:
property int Year {
int get();
void set ( int value);
} |
Property Value
Value indicating the year.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also