System.Date.Date C# (CSharp) Method

Date() public method

Initializes a new instance of the Date class.
public Date ( int year, int month, int date, int hours, int minutes, int seconds, int milliseconds )
year int The year.
month int The month.
date int The date.
hours int The hours.
minutes int The minutes.
seconds int The seconds.
milliseconds int The milliseconds.
        public Date(int year, int month, int date, int hours = 0, int minutes = 0, int seconds = 0, int milliseconds = 0) { }

Same methods

Date::Date ( )
Date::Date ( long milliseconds )
Date::Date ( string dateString )