Property | Type | Description | |
---|---|---|---|
alarm | bool | ||
alarmdate | System.DateTime | ||
color | ColorIndex | ||
description | string | ||
duration | System.TimeSpan | ||
id | long | ||
originstartdate | System.DateTime | ||
recur | AgendaItemRecur | ||
recursions | int | ||
startdate | System.DateTime |
Method | Description | |
---|---|---|
FromDataRow ( DataTableRow r ) : |
||
SqlDelete ( ) : bool | ||
SqlInsert ( ) : bool | ||
SqlUpdate ( ) : bool | ||
ToString ( ) : string |
public static FromDataRow ( DataTableRow r ) : |
||
r | DataTableRow | |
return |