Search
DateTime Constructor
See Also
 

 Overload List

Name Description

DateTime (Date)

Initializes a new instance of the DateTime class, representing specified Date.

DateTime (int, int, int)

Initializes a new instance of the DateTime class with the specified values.

DateTime (int, int, int, int, int, int)

Initializes a new instance of the DateTime class with the specified values.

DateTime (int, int, int, int, int, int, int)

Initializes a new instance of the DateTime class with the specified values.

DateTime (long)

Initializes a new instance of the DateTime class with the specified number of ticks.

DateTime (LocalDateTime)

Initializes a new instance of the DateTime class, storing specified LocalDateTime.

 See Also