DateTime Constructor (Int32, Int32, Int32, Int32)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public DateTime( int year, int month, int day, int hours )
<TemplateAttribute> _ Public Sub New ( _ year As Integer, _ month As Integer, _ day As Integer, _ hours As Integer _ )
[TemplateAttribute] public: DateTime( int^ year, int^ month, int^ day, int^ hours )
Parameters
- year
- Type: System..::..Int32
- month
- Type: System..::..Int32
- day
- Type: System..::..Int32
- hours
- Type: System..::..Int32