public interface

TimeConstants

org.andengine.util.time.TimeConstants
Known Indirect Subclasses

Class Overview

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

Constants

public static final int DAYS_PER_MONTH

Constant Value: 30 (0x0000001e)

public static final int DAYS_PER_WEEK

Constant Value: 7 (0x00000007)

public static final int HOURS_PER_DAY

Constant Value: 24 (0x00000018)

public static final long MICROSECONDS_PER_MILLISECOND

Constant Value: 1000 (0x00000000000003e8)

public static final float MICROSECONDS_PER_NANOSECOND

Constant Value: 0.0010

public static final int MICROSECONDS_PER_SECOND

Constant Value: 1000000 (0x000f4240)

public static final float MILLISECONDS_PER_MICROSECOND

Constant Value: 0.0010

public static final float MILLISECONDS_PER_NANOSECOND

Constant Value: 1.0E-6

public static final int MILLISECONDS_PER_SECOND

Constant Value: 1000 (0x000003e8)

public static final int MINUTES_PER_HOUR

Constant Value: 60 (0x0000003c)

public static final int MONTHS_PER_YEAR

Constant Value: 12 (0x0000000c)

public static final long NANOSECONDS_PER_MICROSECOND

Constant Value: 1000 (0x00000000000003e8)

public static final long NANOSECONDS_PER_MILLISECOND

Constant Value: 1000000 (0x00000000000f4240)

public static final long NANOSECONDS_PER_SECOND

Constant Value: 1000000000 (0x000000003b9aca00)

public static final int SECONDS_PER_DAY

Constant Value: 86400 (0x00015180)

public static final int SECONDS_PER_HOUR

Constant Value: 3600 (0x00000e10)

public static final float SECONDS_PER_MICROSECOND

Constant Value: 1.0E-6

public static final float SECONDS_PER_MILLISECOND

Constant Value: 0.0010

public static final int SECONDS_PER_MINUTE

Constant Value: 60 (0x0000003c)

public static final int SECONDS_PER_MONTH

Constant Value: 2592000 (0x00278d00)

public static final float SECONDS_PER_NANOSECOND

Constant Value: 1.0E-9

public static final int SECONDS_PER_WEEK

Constant Value: 604800 (0x00093a80)

public static final int SECONDS_PER_YEAR

Constant Value: 31104000 (0x01da9c00)