NET_DVR_TIME_SEGMENT

Time period parameter structure.

Structure Definition

struct{
  NET_DVR_SIMPLE_DAYTIME  struBeginTime;
  NET_DVR_SIMPLE_DAYTIME  struEndTime;
}NET_DVR_TIME_SEGMENT, *LPNET_DVR_TIME_SEGMENT;

Members

struBeginTime

Start time of time period, refer to the structure NET_DVR_SIMPLE_DAYTIME for details.

struEndTime

End time of time period, refer to the structure NET_DVR_SIMPLE_DAYTIME for details.