Data Enumeration

Named constants to specify the data type of the value of a vCard property.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public enum Data

Members

Text1TEXT: Values that contain human-readable text. (3,4)
Uri2URI: Values that are referenced by a Uniform Resource Identifier (URI) instead of encoded in-line. (3,4)
Date4DATE: A calendar date. (3,4)
Time8TIME: A time of day. (3,4)
DateTime16DATE-TIME: A date and time of day combination. (3,4)
DateAndOrTime32DATE-AND-OR-TIME: Date, Time, or DateTime. (4)
TimeStamp64TIMESTAMP: A complete date and time of day combination as specified in [ISO.8601.2004], Section 4.3.2. (4)
Boolean128BOOLEAN: A boolean value. (3,4)
Integer256INTEGER: Signed integer values in decimal format. (3,4)
Float512FLOAT: Real numbers. (3,4)
UtcOffset1,024UTC-OFFSET: The value is a signed offset from UTC. (3,4)
LanguageTag2,048LANGUAGE-TAG: A single language tag, as defined in RFC 5646. (4)
Binary4,096BINARY: The value is inline, Base64-encoded binary data. (3)
PhoneNumber8,192PHONE-NUMBER: The value is a telephone number. (3)
VCard16,384VCARD: The value is another embedded vCard. (3)

See Also