Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
Convert Decimal Hours into Hours, Minutes and Seconds
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
TimeSpan ts = TimeSpan.FromHours(decimalhours); hour= ts.Hours; min=ts.Minutes; seconds=ts.Seconds;
Subject
Description
Convert decimal hours into hours, minutes and seconds using the fact that 1 hour = 60 minutes and 1 minute = 60 seconds
Category
Finance
Created By
tech
Created Date
10/26/2010
Last Modify Date
10/26/2010
Calculation Count
3
Version
1.0
Positive
0
Neutral
0
Negative
0
Related Program ID
None
Copyright ©2009-2010 CUI WEI. All Rights Reserved.