Table of Contents

Interface ITimeEx

Namespace
GameCanvas
Assembly
GameCanvas.dll
public interface ITimeEx : ITime
Inherited Members

Properties

CurrentTimeDay

現在フレームの日付(1~31)

int CurrentTimeDay { get; }

Property Value

int

CurrentTimeDayOfWeek

現在フレームの曜日(0~6)

DayOfWeek CurrentTimeDayOfWeek { get; }

Property Value

DayOfWeek

CurrentTimeHour

現在フレームの時刻の時間部分(0~23)

int CurrentTimeHour { get; }

Property Value

int

CurrentTimeMillisecond

現在フレームの時刻のミリ秒部分(0~999)

int CurrentTimeMillisecond { get; }

Property Value

int

CurrentTimeMinute

現在フレームの時刻の分部分(0~59)

int CurrentTimeMinute { get; }

Property Value

int

CurrentTimeMonth

現在フレームの日付の月部分(1~12)

int CurrentTimeMonth { get; }

Property Value

int

CurrentTimeSecond

現在フレームの時刻の秒部分(0~59)

int CurrentTimeSecond { get; }

Property Value

int

CurrentTimeYear

現在フレームの日付の西暦部分

int CurrentTimeYear { get; }

Property Value

int