Date
Description:
[ CCode ( has_construct_function = false ) ]
public Date (int year, int month, int day, int hour, int minute, int second)
Creates a Date representing the indicated time, UTC.
Parameters:
year |
the year (1-9999)
|
month |
the month (1-12)
|
day |
the day of the month (1-31, as appropriate for month )
|
hour |
the hour (0-23)
|
minute |
the minute (0-59)
|
second |
the second (0-59, or up to 61 for leap seconds)
|
Returns: