←Select platform

Day Property

Summary

Gets or sets numerical value that indicates the day.

Syntax

C#
VB
Java
WinRT C#
C++
public int Day { get; set; } 
Public Property Day As Integer 
public int Day {get; set;} 
public int getDay() 
public void setDay(int value) 
             
 <br/>get_Day();<br/>set_Day(value);<br/>Object.defineProperty('Day');  
public: 
property int Day { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the day.

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