请描述VB中year,month,day,weekday函数的使用方法,并举例说明

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/01 12:40:31
请描述VB中year,month,day,weekday函数的使用方法,并举例说明

请描述VB中year,month,day,weekday函数的使用方法,并举例说明
请描述VB中year,month,day,weekday函数的使用方法,并举例说明

请描述VB中year,month,day,weekday函数的使用方法,并举例说明
dim y as integer,m as integer,d as integer,w as integer
y=year(now)
m=month(now)
d=day(now)
w=weekday(now)