Search
DateTime Constructor
See Also
 






 Overload List

Name Description

DateTime (Date)

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

DateTime (Int32, Int32, Int32)

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

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

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

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

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

DateTime (Int64)

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