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.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
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.