ICalendar class winrt Interface

Inheritance
Implementers
Available Extensions

Constructors

ICalendar.from(IInspectable interface)
factory
ICalendar.fromRawPointer(Pointer<COMObject> ptr)

Properties

day int
getter/setter pair
dayOfWeek DayOfWeek
no setter
era int
getter/setter pair
firstDayInThisMonth int
no setter
firstEra int
no setter
firstHourInThisPeriod int
no setter
firstMinuteInThisHour int
no setter
firstMonthInThisYear int
no setter
firstPeriodInThisDay int
no setter
firstSecondInThisMinute int
no setter
firstYearInThisEra int
no setter
hashCode int
The hash code for this object.
no setterinherited
hour int
getter/setter pair
isDaylightSavingTime bool
no setter
languages List<String>
no setter
lastDayInThisMonth int
no setter
lastEra int
no setter
lastHourInThisPeriod int
no setter
lastMinuteInThisHour int
no setter
lastMonthInThisYear int
no setter
lastPeriodInThisDay int
no setter
lastSecondInThisMinute int
no setter
lastYearInThisEra int
no setter
minute int
getter/setter pair
month int
getter/setter pair
nanosecond int
getter/setter pair
numberOfDaysInThisMonth int
no setter
numberOfEras int
no setter
numberOfHoursInThisPeriod int
no setter
numberOfMinutesInThisHour int
no setter
numberOfMonthsInThisYear int
no setter
numberOfPeriodsInThisDay int
no setter
numberOfSecondsInThisMinute int
no setter
numberOfYearsInThisEra int
no setter
numeralSystem String
getter/setter pair
period int
getter/setter pair
ptr Pointer<COMObject>
getter/setter pairinherited
resolvedLanguage String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int
getter/setter pair
year int
getter/setter pair

Methods

addDays(int days) → void
addEras(int eras) → void
addHours(int hours) → void
addMinutes(int minutes) → void
addMonths(int months) → void
addNanoseconds(int nanoseconds) → void
addPeriods(int periods) → void
addRef() int
inherited
addSeconds(int seconds) → void
addWeeks(int weeks) → void
addYears(int years) → void
changeCalendarSystem(String value) → void
changeClock(String value) → void
clone() Calendar
compare(Calendar other) int
compareDateTime(DateTime other) int
copyTo(Calendar other) → void
dayAsPaddedString(int minDigits) String
dayAsString() String
dayOfWeekAsFullSoloString() String
dayOfWeekAsFullString() String
dayOfWeekAsSoloString(int idealLength) String
dayOfWeekAsString(int idealLength) String
eraAsFullString() String
eraAsString(int idealLength) String
getCalendarSystem() String
getClock() String
getDateTime() DateTime
getIids(Pointer<Uint32> iidCount, Pointer<Pointer<GUID>> iids) int
inherited
getRuntimeClassName(Pointer<IntPtr> className) int
inherited
getTrustLevel(Pointer<Int32> trustLevel) int
inherited
hourAsPaddedString(int minDigits) String
hourAsString() String
minuteAsPaddedString(int minDigits) String
minuteAsString() String
monthAsFullSoloString() String
monthAsFullString() String
monthAsNumericString() String
monthAsPaddedNumericString(int minDigits) String
monthAsSoloString(int idealLength) String
monthAsString(int idealLength) String
nanosecondAsPaddedString(int minDigits) String
nanosecondAsString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
periodAsFullString() String
periodAsString(int idealLength) String
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
release() int
inherited
secondAsPaddedString(int minDigits) String
secondAsString() String
setDateTime(DateTime value) → void
setToMax() → void
setToMin() → void
setToNow() → void
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited
yearAsPaddedString(int minDigits) String
yearAsString() String
yearAsTruncatedString(int remainingDigits) String

Operators

operator ==(Object other) bool
The equality operator.
inherited