如何以编程方式获取为 ListItem 创建的时间
我正在 ASP.NET 中为 SharePoint 2010 构建一个 Web 部件,我想知道如何获取创建 ListItem 的时间。
使用 SPFile
我可以简单地执行 file.TimeCreated
,但 ListItem
没有该属性。
I'm building a webpart for SharePoint 2010 in ASP.NET and I would like to know how to get the time in which a ListItem was created at.
With an SPFile
I can simply do file.TimeCreated
, but ListItem
doesn't have that property.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ListItems 将创建和修改的日期时间存储为列。您可以像这样访问创建的时间:
ListItems store the created and modified datetimes as columns. You can access the created time like so: