RBTimesinceDepth Constants Reference
Declared in | NSDate+Extensions.h |
---|
RBTimesinceDepth
The depth to which to describe the time span.
Definition
typedef NS_ENUM(NSInteger, RBTimesinceDepth ) {
RBTimesinceDepthSeconds = 0,
RBTimesinceDepthMinutes = 1,
RBTimesinceDepthHours = 2,
RBTimesinceDepthDays = 3,
RBTimesinceDepthWeeks = 4,
RBTimesinceDepthMonths = 5,
RBTimesinceDepthYears = 6,
};
Constants
RBTimesinceDepthSeconds
-
Describe the time span in seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthMinutes
-
Describe the time span in minutes and seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthHours
-
Describe the time span in hours, minutes and seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthDays
-
Describe the time span in days, hours, minutes and seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthWeeks
-
Describe the time span in weeks, days, hours, minutes and seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthMonths
-
Describe the time span in months, weeks, days, hours, minutes and seconds.
Declared In
NSDate+Extensions.h
. RBTimesinceDepthYears
-
Describe the time span in years, months, weeks, days, hours, minutes and seconds.
Declared In
NSDate+Extensions.h
.
Declared In
NSDate+Extensions.h