Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CreateTimeSpan

New Here ,
May 25, 2008 May 25, 2008
Hi there,

I am wondering whether it's possible to use the CreateTimeSpan(x,x,x,x) function by using just seconds. In other words, is it possible to use 3600 seconds instead of 1h ? I want to place a single application variable to globally control my cache.

so my question is, is CreateTimeSpan(0,0,0,3600) the same as CreateTimeSpan(0,1,0,0) ?

thanks!
George
259
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 25, 2008 May 25, 2008
did you check the cfml reference?
what does it say about the units createtimespan() function returns?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 26, 2008 May 26, 2008
LATEST
> did you check the cfml reference?
> what does it say about the units createtimespan() function returns?

And what happened when you *tried it*? Did it work?

--
Adam
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources