cents property

int get cents

Implementation

int get cents
{
  return value % 100;
}