Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

eomday (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the time class.

Syntax

d = eomday(y, m)

Description

Returns the number of days in the month you specify.

Examples

Inputs

Name Description
y Specifies the year. y is an integer greater than 0.
m Specifies the month. m is an integer between 1 and 12.

Outputs

Name Description
d Returns the number of days in the month you specify.

Examples

y = 2006;
m = 4;
d = eomday(y, m)

Related Topics

calendar
weekday


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit