|
TimeSecondsPerMonth Method
|
Returns the number of seconds in the specified month and year.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntaxpublic static int SecondsPerMonth(
int year,
int month
)
public:
static int SecondsPerMonth(
int year,
int month
)
static member SecondsPerMonth :
year : int *
month : int -> int GSF.Units.Time.SecondsPerMonth = function(year, month);
View SourceParameters
- year Int32
- The year.
- month Int32
- The month (a number ranging from 1 to 12).
Return Value
Int32
The number of seconds, as a
Time, in the month for the specified year.
Exceptions
See Also