Date(int year, int month, int day, int weekDay)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
year | 0 ... 99 | year value Date object |
month | 1 ... 12 | month value Date object |
day | 1 ... 31 | day value Date object |
weekDay | 0 ... 6 | weekDay value Date object |
This constructor is used to set up the current date of an Date object.
Copyright © demmel products gmbh. All rights reserved.