XuniTimeHelper クラス リファレンス

継承元 NSObject
定義先 Time.h

概要

XuniTimeHelper オブジェクト

– initDate:

XuniTimeHelper オブジェクトを初期化します。

- (id)initDate:(NSDate *)date

パラメータ

date

日付

戻り値

XuniTimeHelper オブジェクト

内容

XuniTimeHelper オブジェクトを初期化します。

定義先

Time.h

– initTimeIntervalSince1970:

XuniTimeHelper オブジェクトを初期化します。

- (id)initTimeIntervalSince1970:(NSTimeInterval)seconds

パラメータ

seconds

秒数

戻り値

XuniTimeHelper オブジェクト

内容

XuniTimeHelper オブジェクトを初期化します。

定義先

Time.h

– getTimeAsDateTime

日時形式の時刻を取得します。

- (NSDate *)getTimeAsDateTime

戻り値

日付

内容

日時形式の時刻を取得します。

定義先

Time.h

– getTimeAsDouble

double 型の時間を取得します。

- (double)getTimeAsDouble

戻り値

内容

double 型の時間を取得します。

定義先

Time.h

+ tround:tunit:roundup:

NSInteger 型値を取得します。

+ (NSInteger)tround:(NSInteger)tval tunit:(NSInteger)tunit roundup:(BOOL)roundup

パラメータ

tval

時間値

tunit

単位

roundup

丸めるかどうか

戻り値

NSInteger 型値

内容

NSInteger 型値を取得します。

定義先

Time.h

+ roundTime:unit:roundup:

double 型値を取得します。

+ (double)roundTime:(double)timevalue unit:(NSInteger)unit roundup:(BOOL)roundup

パラメータ

timevalue

時間値

unit

単位

roundup

丸めるかどうか

戻り値

double 値

内容

double 型値を取得します。

定義先

Time.h

+ timeSpanFromTmInc:

XuniTimeSpan オブジェクトを取得します。

+ (XuniTimeSpan *)timeSpanFromTmInc:(NSInteger)ti

パラメータ

ti

ti 値

戻り値

XuniTimeSpan オブジェクト

内容

XuniTimeSpan オブジェクトを取得します。

定義先

Time.h

+ manualTimeInc:

@exclude NSInteger 型値を取得します。

+ (NSInteger)manualTimeInc:(NSString *)manualformat

パラメータ

manualformat

文字列

戻り値

NSInteger 型値

内容

@exclude NSInteger 型値を取得します。

定義先

Time.h

+ getNiceInc:ts:mult:

double 型値を取得します。

+ (double)getNiceInc:(NSArray *)tik ts:(double)ts mult:(double)mult

パラメータ

tik

配列

ts

mult

戻り値

内容

double 型値を取得します。

定義先

Time.h

+ niceTimeSpan:manualformat:

XuniTimeSpan オブジェクトを取得します。

+ (XuniTimeSpan *)niceTimeSpan:(XuniTimeSpan *)ts manualformat:(NSString *)manualformat

パラメータ

ts

XuniTimeSpan オブジェクト

manualformat

manualformat 文字列

戻り値

XuniTimeSpan オブジェクト

内容

XuniTimeSpan オブジェクトを取得します。

定義先

Time.h