set_date


Description:

[ Version ( since = "1.0" ) ]
public void set_date (int year, int month, int day)

Sets the year/month/date parts of the this in one call.

This doesn't verify validity of the given date.

Parameters:

this

The Time to be set to

year

The 'year' part of the date

month

The 'month' part of the date

day

The 'day' part of the date