Version

1.0.0

Created by Simon Gregory on 2005-02-08.

Copyright © 2005 helvector.  All rights reserved.

Description

Static class to convert Milliseconds to other units of time.

A millisecond is equal to one thousandth of a second.

Functions

toSecond

public static function toSecond(m: Number):Number

toMinute

public static function toMinute(m: Number):Number

toHour

public static function toHour(m: Number):Number

toDay

public static function toDay(m: Number):Number

toYear

public static function toYear(m: Number):Number
public static function toSecond(m: Number):Number
public static function toMinute(m: Number):Number
public static function toHour(m: Number):Number
public static function toDay(m: Number):Number
public static function toYear(m: Number):Number