RtBaseline_ParseTime
The RtBaseline_ParseTime method/function converts a PI/AF/Sigmafine date format (e.g. *-1d or T-10h) into a consistent XML DateTime representation, to be consumed by ASP.NET XML WebServices.
Web Method Synopsis (C# Syntax)
public DateTime RtBaseline\_ParseTime(string sSourceDate);
Output Result
DATETIME ® Localized (with timezone and daylight saving correction) ASP.NET representation of the passed string. The function takes into account the region and language settings of the running user. ASP.NET XML format: \<the format defined in the Windows control panel>
Input Parameters
sSourceDate (STRING) ® The source date to be converted.