|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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