GMSTime Class Reference

GMSTime Class Reference

Overview

A class representing time in hours and minutes in a 24hr clock.

Properties

NSUInteger hour
 The hour representation of time in a day.
NSUInteger minute
 The minute representation of time in a 1 hr period.

Property Documentation

- (NSUInteger) hour [read, assign]

The hour representation of time in a day.

(Range is between 0-23).

- (NSUInteger) minute [read, assign]

The minute representation of time in a 1 hr period.

(Range is between 0-59).