org. helvector. num. convert.Hour

Summary
Static class used to convert (solar) Hours to other units of time.
Converts hours to a unit of the average month.

Hour Notes

Static class used to convert (solar) Hours to other units of time.

Functions

toMillisecond

public static function toMillisecond(h: Number):Number

toSecond

public static function toSecond(h: Number):Number

toMinute

public static function toMinute(h: Number):Number

toDay

public static function toDay(h: Number):Number

toAverageMonth

public static function toAverageMonth(h: Number):Number

Converts hours to a unit of the average month.  I’ve calculated the average month to be 365.25/12 = 30.4375

Parameters

hNumber of hours.

Returns

Number

toAverageYear

public static function toAverageYear(h: Number):Number

toYear

public static function toYear(h: Number):Number

toLeapYear

public static function toLeapYear(h: Number):Number
public static function toMillisecond(h: Number):Number
public static function toSecond(h: Number):Number
public static function toMinute(h: Number):Number
public static function toDay(h: Number):Number
public static function toAverageMonth(h: Number):Number
Converts hours to a unit of the average month.
public static function toAverageYear(h: Number):Number
public static function toYear(h: Number):Number
public static function toLeapYear(h: Number):Number