class CFPropertyList::CFDate

def to_binary(bplist)

convert to binary
def to_binary(bplist)
  bplist.date_to_binary(@value)
end