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, string tzid, IICalendar iCal ) |
Visual Basic |
---|
Public Sub New ( _ year As Integer, _ month As Integer, _ day As Integer, _ hour As Integer, _ minute As Integer, _ second As Integer, _ tzid As String, _ iCal As IICalendar _ ) |
Visual C++ |
---|
public: iCalDateTime( int year, int month, int day, int hour, int minute, int second, String^ tzid, IICalendar^ iCal ) |
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
- tzid
- Type: System..::..String
- iCal
- Type: iCal..::..IICalendar