GetTimephasedData

GetTimephasedData(DateTime, DateTime, TimephasedDataType)

반환TimephasedDataCollection 개체TimephasedData 지정된 시간대별 데이터 유형의 지정된 시작 및 종료 날짜 내의 값.

public TimephasedDataCollection GetTimephasedData(DateTime start, DateTime end, 
    TimephasedDataType timephasedType)
모수유형설명
startDateTime시간대별 데이터의 시작 날짜입니다.
endDateTime시간대별 데이터의 종료 날짜입니다.
timephasedTypeTimephasedDataType시간대별 데이터 유형(TimephasedDataType).

반환 값

TimephasedDataCollection 개체TimephasedData 지정된 시간대별 데이터 유형의 지정된 시작 및 종료 날짜 내의 값.

또한보십시오


GetTimephasedData(DateTime, DateTime)

반환TimephasedDataCollection 개체TimephasedData 지정된 시작 및 종료 날짜 내의 값.

public TimephasedDataCollection GetTimephasedData(DateTime start, DateTime end)
모수유형설명
startDateTime시간대별 데이터의 시작 날짜입니다.
endDateTime시간대별 데이터의 종료 날짜입니다.

반환 값

목록TimephasedData 채워질 것.

또한보십시오