XuniSecondsPer 定数 リファレンス

定義先 Time.h

XuniSecondsPer

XuniSecondsPer の列挙型

Definition

typedef NS_ENUM(NSInteger, XuniSecondsPer ) {
   XuniSecondsPerSecond = 1,
   XuniSecondsPerMinute = 60,
   XuniSecondsPerHour = 3600,
   XuniSecondsPerDay = 86400,
   XuniSecondsPerWeek = 604800,
   XuniSecondsPerMonth = 2678400,
   XuniSecondsPerYear = 31536000,
};

Constants

XuniSecondsPerSecond

1 秒/秒を設定

定義先 Time.h.

XuniSecondsPerMinute

60 秒/分を設定

定義先 Time.h.

XuniSecondsPerHour

3600 秒/時間を設定

定義先 Time.h.

XuniSecondsPerDay

86400 秒/日を設定

定義先 Time.h.

XuniSecondsPerWeek

604800 秒/週を設定

定義先 Time.h.

XuniSecondsPerMonth

2678400 秒/月を設定

定義先 Time.h.

XuniSecondsPerYear

31536000 秒/年を設定

定義先 Time.h.

定義先

Time.h