Share via


DateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the DateTime structure to the specified year, month, day, hour, minute, second, and millisecond.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    year As Integer, _
    month As Integer, _
    day As Integer, _
    hour As Integer, _
    minute As Integer, _
    second As Integer, _
    millisecond As Integer _
)
public DateTime(
    int year,
    int month,
    int day,
    int hour,
    int minute,
    int second,
    int millisecond
)
public:
DateTime(
    int year, 
    int month, 
    int day, 
    int hour, 
    int minute, 
    int second, 
    int millisecond
)
new : 
        year:int * 
        month:int * 
        day:int * 
        hour:int * 
        minute:int * 
        second:int * 
        millisecond:int -> DateTime
public function DateTime(
    year : int, 
    month : int, 
    day : int, 
    hour : int, 
    minute : int, 
    second : int, 
    millisecond : int
)

Parameters

.NET Framework Security

See Also

Reference

DateTime Structure

DateTime Overload

System Namespace