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

This forum is designated to discuss SiComponents Scheduling Agent.
Post Reply
T
Posts: 2
Joined: Thu Aug 05, 2004 5:52 pm

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

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
T
Posts: 2
Joined: Thu Aug 05, 2004 5:52 pm

Post by T »

That's good news,

When I purchase the VCL is there additional documentation above that provided in the demonstration download?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

All documentation already included in trial version. After purchase you will get full source code of registered version.
Post Reply