Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms matlab
Title: Calculate-Time-Interval Download
 Description: main executing reference usage: usage_timeDifference.m Sample output: The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is 110 years, 79 days, 14 hours, 23 mins, 50.17 secs. The objective is to compute the time interval taking into account the leap days that are subsumed within the time interval. Note: The logic subsumes the time interval by yearEnd, monthEnd, dayEnd - timeEarlier (within that year) + time interval (excluding that 2 years) + timeLater - yearEnd, monthEnd, dayEnd (within that year) It differentiates the earlier time and later time, ie. timeDifference (earlierTime, laterTime) gives the same result as timeDifference (laterTime, earlierTime). leapDayHasPassed.m illustrates a possible approach to determine if a certain day of concern is already over at a given time. Caveat: does not include leap secs
 Downloaders recently: [More information of uploader loveblessings]
 To Search:
File list (Check if you may need any files):
isleapyear.m
leapDayHasPassed.m
sec2hms.m
timeDifference.m
usage_timeDifference.m
license.txt
readme.txt
DateDiff.m
adjustUnits2.m
daysinmonth.m
daysinyear.m
givesTheEarlierTime.m
    

CodeBus www.codebus.net