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