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.175 -- Release Build+70cfebd19f80455d07e1cf93607e59f6af0e38f4
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.