Page 1 of 1

CL To Ouput Task List Details And Time In A Defined Format

Posted: Thu Aug 05, 2004 5:56 pm
by T
Hello SI,

I have servers in different countries running scheduled tasks on machines with different regional settings.

Will this VCL allow me to create a command line executable which will list task properties and specifically the date/time parameters in a custom format irrespectrive of the regional settings of the server?


T

Posted: Mon Aug 09, 2004 6:02 am
by isiticov
Hello,

SiComponents VCL Scheduling Agent will allow you to obtain and display all tasks properties. Date/time properties will be retrieved in Delphi's date-time format which is locale/regional independent. So in order to be able to display the date properties using custom format you will need just to use internal (inside your application code) format routines like FormatDateTime() and so on.
Hope this helps.

Posted: Mon Aug 09, 2004 9:36 am
by T
That's good news,

When I purchase the VCL is there additional documentation above that provided in the demonstration download?

Posted: Mon Aug 09, 2004 12:46 pm
by isiticov
All documentation already included in trial version. After purchase you will get full source code of registered version.