LogStatisticsBaseTGetStatisticsSnapshotByTime 方法 |
根据指定的时间范围来获取统计的数据信息快照,包含起始时间,包含结束时间,这是数据的副本,修改了里面的值不影响
Get a snapshot of statistical data information according to the specified time range, including the start time,
also the end time. This is a copy of the data. Modifying the value inside does not affect
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public T[] GetStatisticsSnapshotByTime(
DateTime start,
DateTime finish
)
Public Function GetStatisticsSnapshotByTime (
start As DateTime,
finish As DateTime
) As T()
public:
array<T>^ GetStatisticsSnapshotByTime(
DateTime start,
DateTime finish
)
member GetStatisticsSnapshotByTime :
start : DateTime *
finish : DateTime -> 'T[]
参数
- start
- 类型:SystemDateTime
起始时间 - finish
- 类型:SystemDateTime
结束时间
返回值
类型:
T指定实际范围内的数据副本
参见