{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

TimeValue

Converts a string, a date/time, time representation into a date object.

Usage:

TimeValue( string )
TimeValue( dateTime )
TimeValue( HH, MM, SS )

Returns:

Date object

Examples:

TimeValue( "2008/02/06 09:40:01" )  // Returns 2008/02/06 09:40:01
TimeValue( 9, 40, 1 )               // Returns 2008/02/06 09:40:01
i-net HelpDesk
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - TimeValue