VCardDateTimeRecord
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecord
All Implemented Interfaces: com.groupdocs.metadata.core.IVCardRecord
public class VCardDateTimeRecord extends VCardRecord implements IVCardRecord<Date>
Represents vCard date time record metadata class.
Learn more
Methods
Method | Description |
---|---|
getContentType() | Gets the content type of record. |
getValue() | Gets the record value. |
getContentType()
public VCardContentType getContentType()
Gets the content type of record.
Returns: VCardContentType - The content type of record.
getValue()
public final Date getValue()
Gets the record value.
Returns: java.util.Date - The record value.