←Select platform

Month Property

Summary

Gets or sets numerical value that indicates the month.

Syntax
C#
VB
C++
Java
public int Month { get; set; } 
Public Property Month As Integer 
public int getMonth() 
public void setMonth(int value) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly