Creates a vCardProperty with
the specified name and date/time as a value.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardProperty( string name, DateTime value ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ value As DateTime _ ) |
Visual C++ |
---|
public: vCardProperty( String^ name, DateTime value ) |
Parameters
- name
- Type: System..::..String
The name of the property.
- value
- Type: System..::..DateTime
The date/time value.