Sha256: b6650bc716a9513893f01b3eebb9f88da727cd205abca24d9c8a261db68128a7
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
module Asposetasksjava module HandleOccurrencesForExceptions def initialize() except = Rjb::import('com.aspose.tasks.CalendarException').new except.setEnteredByOccurrences(true) except.setOccurrences(5) except.setType(Rjb::import('com.aspose.tasks.CalendarExceptionType').YearlyByDay) puts "Set Occurences for exeptions" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asposetasksjava-0.0.1 | lib/asposetasksjava/Calendars/handleoccurrencesforexceptions.rb |