C#
Objective-C
C++
Java
public int Month { get; set; }
@property (nonatomic, assign) NSInteger month;
public int getMonth()
public void setMonth(int value)
public:
property int Month {
int get();
void set ( int value);
}
Value indicating the month.
For an example, refer to SetIntValue.