Inherits from DCTag : DCTagHead : NSObject
Declared in DCPersonTag.h

Overview

Implementation of DCTag for person.

Properties

birthDate

Birthday of person.

@property (nonatomic, readonly) NSDate *birthDate

Declared In

DCPersonTag.h

Instance Methods

initWithGuid:name:contentsCount:birthDate:

Create a new person tag.

- (id)initWithGuid:(DCContentGUID *)guid name:(NSString *)name contentsCount:(int)contentsCount birthDate:(NSDate *)birthDate

Parameters

guid

Guid of this tag.

name

Name of this tag.

contentsCount

Contents count of this tag.

birthDate

Birthday of person.

Return Value

Created instance.

Exceptions

NSInvalidArgumentException

One or more arguments are invalid.

Declared In

DCPersonTag.h