TimeSecondsPerMonth Method
Returns the number of seconds in the specified month and year.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
public static int SecondsPerMonth(
int year,
int month
)
public:
static int SecondsPerMonth(
int year,
int month
)
Gemstone.Units.Time.SecondsPerMonth = function(year, month);
- year Int32
- The year.
- month Int32
- The month (a number ranging from 1 to 12).
Int32
The number of seconds, as a
Time, in the month for the specified year.