How to display fromTime & toTime Fields of AX table in AX SSRS

Hi All,

Can anyone tell me that how to display fromTime & toTime values in the AX SSRS report.

Field details are as follows :

Field–> fromTime (EDT of fromTime is Custom EDT ATime–>extends TimeHour24 , Time Format 24Hr, TimeSconds Yes)

Field–> toTime (EDT of toTime is Custom EDT ATime–>extends TimeHour24 , Time Format 24Hr, TimeSconds Yes)

We use Cdate For date fields, What is used for Time field?

Eg: CDate(Fields!BirthDate.Value)

What is for time, Expression needed?

Thanks In Advance