C# Class AdxCalendarItem, code

Datei anzeigen Open project: shendongnian/code

Public Properties

Property Type Description
AllDayEvent bool
Body string
CalendarName string
EndDate DateTime,
EndTime DateTime,
Location string
StartDate DateTime,
StartTime DateTime,
Subject string

Public Methods

Method Description
AdxCalendarItem ( string CalendarName, string Subject, string Location, DateTime, StartTime, DateTime, EndTime, DateTime, StartDate, DateTime, EndDate, bool AllDayEvent, string Body )

Method Details

AdxCalendarItem() public method

public AdxCalendarItem ( string CalendarName, string Subject, string Location, DateTime, StartTime, DateTime, EndTime, DateTime, StartDate, DateTime, EndDate, bool AllDayEvent, string Body )
CalendarName string
Subject string
Location string
StartTime DateTime,
EndTime DateTime,
StartDate DateTime,
EndDate DateTime,
AllDayEvent bool
Body string

Property Details

AllDayEvent public_oe property

public bool AllDayEvent
return bool

Body public_oe property

public string Body
return string

CalendarName public_oe property

public string CalendarName
return string

EndDate public_oe property

public DateTime, EndDate
return DateTime,

EndTime public_oe property

public DateTime, EndTime
return DateTime,

Location public_oe property

public string Location
return string

StartDate public_oe property

public DateTime, StartDate
return DateTime,

StartTime public_oe property

public DateTime, StartTime
return DateTime,

Subject public_oe property

public string Subject
return string