XuniTimeSpan Class Reference

Inherits from NSObject
Declared in Time.h

Overview

XuniTimeSpan.

  totalSeconds

Gets the total seconds.

@property (readonly) double totalSeconds

Discussion

Gets the total seconds.

Declared In

Time.h

  totalDays

Get the total days.

@property (readonly) double totalDays

Discussion

Get the total days.

Declared In

Time.h

– initSeconds:

Initialize an object for XuniTimeSpan.

- (id)initSeconds:(double)seconds

Parameters

seconds

the seconds.

Return Value

an object for XuniTimeSpan.

Discussion

Initialize an object for XuniTimeSpan.

Declared In

Time.h

+ fromSeconds:

Get an XuniTimeSpan object from seconds.

+ (XuniTimeSpan *)fromSeconds:(double)seconds

Parameters

seconds

the seconds.

Return Value

an XuniTimeSpan object.

Discussion

Get an XuniTimeSpan object from seconds.

Declared In

Time.h

+ fromDays:

Get an XuniTimeSpan object from days.

+ (XuniTimeSpan *)fromDays:(double)days

Parameters

days

the days.

Return Value

an XuniTimeSpan object.

Discussion

Get an XuniTimeSpan object from days.

Declared In

Time.h