Method: CFPropertyList::CFDate#to_binary

Defined in:
lib/rbCFTypes.rb

#to_binary(bplist) ⇒ Object

convert to binary



144
145
146
# File 'lib/rbCFTypes.rb', line 144

def to_binary(bplist)
  bplist.date_to_binary(@value)
end