| DiaryListFindByDdate Method |
按照日期查找日记。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Diary FindByDdate(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
查找值。
Return Value
Type:
Diary查找到的日记,如果未查找到则为 null。
See Also