Data Enumeration
Named constants to specify the data type of the value of a vCard property.
Namespace: FolkerKinzel.VCards.EnumsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
Text | 1 | TEXT: Values that contain human-readable text. (3,4) |
Uri | 2 | URI: Values that are referenced by a Uniform Resource Identifier
(URI) instead of encoded in-line. (3,4) |
Date | 4 | DATE: A calendar date. (3,4) |
Time | 8 | TIME: A time of day. (3,4) |
DateTime | 16 | DATE-TIME: A date and time of day combination. (3,4) |
DateAndOrTime | 32 | DATE-AND-OR-TIME: Date, Time,
or DateTime. (4) |
TimeStamp | 64 | TIMESTAMP: A complete date and time of day combination as specified
in [ISO.8601.2004], Section 4.3.2. (4) |
Boolean | 128 | BOOLEAN: A boolean value. (3,4) |
Integer | 256 | INTEGER: Signed integer values in decimal format. (3,4) |
Float | 512 | FLOAT: Real numbers. (3,4) |
UtcOffset | 1,024 | UTC-OFFSET: The value is a signed offset from UTC. (3,4) |
LanguageTag | 2,048 | LANGUAGE-TAG: A single language tag, as defined in RFC 5646.
(4) |
Binary | 4,096 | BINARY: The value is inline, Base64-encoded binary data. (3) |
PhoneNumber | 8,192 | PHONE-NUMBER: The value is a telephone number. (3) |
VCard | 16,384 | VCARD: The value is another embedded vCard. (3) |