Initializes a new instance of the iCalDateTime class
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public iCalDateTime( int year, int month, int day, int hour, int minute, int second ) |
Visual Basic |
---|
Public Sub New ( _ year As Integer, _ month As Integer, _ day As Integer, _ hour As Integer, _ minute As Integer, _ second As Integer _ ) |
Visual C++ |
---|
public: iCalDateTime( int year, int month, int day, int hour, int minute, int second ) |
Parameters
- year
- Type: System..::..Int32
- month
- Type: System..::..Int32
- day
- Type: System..::..Int32
- hour
- Type: System..::..Int32
- minute
- Type: System..::..Int32
- second
- Type: System..::..Int32