NullableTypes Class Library

NullableDateTime Constructor

Initializes a new instance of the NullableDateTime structure to the specified System.DateTime instant.

Overload List

Initializes a new instance of the NullableDateTime structure to the specified System.DateTime instant.

public NullableDateTime(DateTime);

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

public NullableDateTime(int,int,int);

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

public NullableDateTime(int,int,int,int,int,int);

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

public NullableDateTime(int,int,int,int,int,int,int);

See Also

NullableDateTime Class | NullableTypes Namespace