class Date
Public Class Methods
Public Instance Methods
to_parsi()
click to toggle source
Returns a Parsi::Date
object representing same date in Jalali calendar
# File lib/parsi-date.rb, line 749 def to_parsi Parsi::Date.new! ajd, offset end