Method: Time#nmsec

Defined in:
lib/shorthand.rb

#nmsecObject



436
# File 'lib/shorthand.rb', line 436

def nmsec() Time.mktime(self.month == 12 ? self.year + 1 : self.year, ((self.month % 12) + 1), 1) - self     end