GroupFileInfoLastModifyTime 属性 |
获取或设置最后一次文件更新的时间,如果不存在文件,则为理论最小值
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public DateTime LastModifyTime { get; set; }
Public Property LastModifyTime As DateTime
Get
Set
public:
property DateTime LastModifyTime {
DateTime get ();
void set (DateTime value);
}
member LastModifyTime : DateTime with get, set
属性值
类型:
DateTime参见