←Select platform

Year Property

Summary

Gets or sets numerical value that indicates the year.

Syntax

C#
VB
Java
WinRT C#
C++
public int Year { get; set; } 
Public Property Year As Integer 
public int Year {get; set;} 
public int getYear() 
public void setYear(int value) 
             
 <br/>get_Year();<br/>set_Year(value);<br/>Object.defineProperty('Year');  
public: 
property int Year { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the year.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly