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