com.ebay.carad.os.vitalsigns.util
Interface ITimeConstants


public interface ITimeConstants

Constants interface for ms-based time constants.

Version:
$Id$
Author:
Jeremy Kraybill

Field Summary
static long DAY
          86,400,000 milliseconds.
static long FIFTYTWOWEEKS
          31,449,600,000 milliseconds.
static long HOUR
          3,600,000 milliseconds.
static long MINUTE
          60,000 milliseconds.
static long MONTH
          2,419,200,000 milliseconds (4 weeks).
static long SECOND
          1,000 milliseconds.
static long WEEK
          604,800,000 milliseconds.
static long YEAR
          31,536,000,000 milliseconds (365 days).
 

Field Detail

SECOND

static final long SECOND
1,000 milliseconds.

See Also:
Constant Field Values

MINUTE

static final long MINUTE
60,000 milliseconds.

See Also:
Constant Field Values

HOUR

static final long HOUR
3,600,000 milliseconds.

See Also:
Constant Field Values

DAY

static final long DAY
86,400,000 milliseconds.

See Also:
Constant Field Values

WEEK

static final long WEEK
604,800,000 milliseconds.

See Also:
Constant Field Values

MONTH

static final long MONTH
2,419,200,000 milliseconds (4 weeks).

See Also:
Constant Field Values

FIFTYTWOWEEKS

static final long FIFTYTWOWEEKS
31,449,600,000 milliseconds.

See Also:
Constant Field Values

YEAR

static final long YEAR
31,536,000,000 milliseconds (365 days).

See Also:
Constant Field Values


Copyright © 2004-2009. All Rights Reserved.