Mobile API Reference  MicroStrategy 2019
MSICalendarElement Class Reference

#import <MSICalendarElement.h>

Inheritance diagram for MSICalendarElement:
MSICalendarDateTimeElement

Instance Methods

(id) - initWithDateString:
 
(id) - initWithDate:
 
(void) - parseElementValue:
 
(NSDate *) - getDate
 
(NSString *) - getElementName
 
(NSComparisonResult) - compareToElement:
 

Properties

NSInteger day
 
NSInteger month
 
NSInteger year
 

Method Documentation

◆ compareToElement:()

- (NSComparisonResult) compareToElement: (MSICalendarElement *)  element

◆ getDate()

- (NSDate *) getDate

◆ getElementName()

- (NSString *) getElementName

◆ initWithDate:()

- (id) initWithDate: (NSDate *)  date

◆ initWithDateString:()

- (id) initWithDateString: (NSString *)  date

◆ parseElementValue:()

- (void) parseElementValue: (NSString *)  value

Property Documentation

◆ day

- (NSInteger) day
readwriteatomic

◆ month

- (NSInteger) month
readwriteatomic

◆ year

- (NSInteger) year
readwriteatomic