public interface

TimeConstants

org.anddev.andengine.util.constants.TimeConstants
Known Indirect Subclasses

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Constants

public static final int DAYSPERMONTH

Constant Value: 30 (0x0000001e)

public static final int DAYSPERWEEK

Constant Value: 7 (0x00000007)

public static final int HOURSPERDAY

Constant Value: 24 (0x00000018)

public static final long MICROSECONDSPERMILLISECOND

Constant Value: 1000 (0x00000000000003e8)

public static final int MICROSECONDSPERSECOND

Constant Value: 1000000 (0x000f4240)

public static final int MILLISECONDSPERSECOND

Constant Value: 1000 (0x000003e8)

public static final int MINUTESPERHOUR

Constant Value: 60 (0x0000003c)

public static final int MONTHSPERYEAR

Constant Value: 12 (0x0000000c)

public static final long NANOSECONDSPERMICROSECOND

Constant Value: 1000 (0x00000000000003e8)

public static final long NANOSECONDSPERMILLISECOND

Constant Value: 1000000 (0x00000000000f4240)

public static final long NANOSECONDSPERSECOND

Constant Value: 1000000000 (0x000000003b9aca00)

public static final int SECONDSPERDAY

Constant Value: 86400 (0x00015180)

public static final int SECONDSPERHOUR

Constant Value: 3600 (0x00000e10)

public static final float SECONDSPERMICROSECOND

Constant Value: 1.0E-6

public static final float SECONDSPERMILLISECOND

Constant Value: 0.0010

public static final int SECONDSPERMINUTE

Constant Value: 60 (0x0000003c)

public static final int SECONDSPERMONTH

Constant Value: 2592000 (0x00278d00)

public static final float SECONDSPERNANOSECOND

Constant Value: 1.0E-9

public static final int SECONDSPERWEEK

Constant Value: 604800 (0x00093a80)

public static final int SECONDSPERYEAR

Constant Value: 31104000 (0x01da9c00)