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