←Select platform

Month Property

Summary

Gets or sets numerical value that indicates the month.

Syntax

C#
VB
Java
WinRT C#
C++
public int Month { get; set; } 
Public Property Month As Integer 
public int Month {get; set;} 
public int getMonth() 
public void setMonth(int value) 
             
 <br/>get_Month();<br/>set_Month(value);<br/>Object.defineProperty('Month');  
public: 
property int Month { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the month.

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