DateAndOrTimeProperty Constructor

Initializes a new DateAndOrTimeProperty instance with a specified DateAndOrTime object.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public DateAndOrTimeProperty(
	DateAndOrTime value,
	string? group = null
)

Parameters

value  DateAndOrTime
The DateAndOrTime instance to use as Value.
group  String  (Optional)
Identifier of the group of VCardProperty objects, which the VCardProperty should belong to, or null to indicate that the VCardProperty does not belong to any group.

Remarks

DateAndOrTime supports implicit conversion.

The following data types can be passed directly:

Exceptions

ArgumentNullExceptionvalue is null.

See Also