C# 클래스 AdxCalendarItem, code

파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
AllDayEvent bool
Body string
CalendarName string
EndDate DateTime,
EndTime DateTime,
Location string
StartDate DateTime,
StartTime DateTime,
Subject string

공개 메소드들

메소드 설명
AdxCalendarItem ( string CalendarName, string Subject, string Location, DateTime, StartTime, DateTime, EndTime, DateTime, StartDate, DateTime, EndDate, bool AllDayEvent, string Body )

메소드 상세

AdxCalendarItem() 공개 메소드

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

프로퍼티 상세

AllDayEvent 공개적으로 프로퍼티

public bool AllDayEvent
리턴 bool

Body 공개적으로 프로퍼티

public string Body
리턴 string

CalendarName 공개적으로 프로퍼티

public string CalendarName
리턴 string

EndDate 공개적으로 프로퍼티

public DateTime, EndDate
리턴 DateTime,

EndTime 공개적으로 프로퍼티

public DateTime, EndTime
리턴 DateTime,

Location 공개적으로 프로퍼티

public string Location
리턴 string

StartDate 공개적으로 프로퍼티

public DateTime, StartDate
리턴 DateTime,

StartTime 공개적으로 프로퍼티

public DateTime, StartTime
리턴 DateTime,

Subject 공개적으로 프로퍼티

public string Subject
리턴 string