Method btime
| Improve this Doc View Sourcebtime(out Int32, out Int32, out Int32, out Int32, out Int32, out Double, Double)
plbtime: Calculate broken-down time from continuous time for the current stream
Declaration
public void btime(out Int32 year, out Int32 month, out Int32 day, out Int32 hour, out Int32 min, out Double sec, Double ctime)
Parameters
Type | Name | Description |
---|---|---|
Int32 | year | Returned value of years with positive values corresponding to CE (i.e., 1 = 1 CE, etc.) and non-negative values corresponding to BCE (e.g., 0 = 1 BCE, -1 = 2 BCE, etc.) |
Int32 | month | Returned value of month within the year in the range from 0 (January) to 11 (December). |
Int32 | day | Returned value of day within the month in the range from 1 to 31. |
Int32 | hour | Returned value of hour within the day in the range from 0 to 23. |
Int32 | min | Returned value of minute within the hour in the range from 0 to 59 |
Double | sec | Returned value of second within the minute in range from 0. to 60. |
Double | ctime | Continuous time from which the broken-down time is calculated. |
Remarks
Calculate broken-down time; year, month, day, hour, min, sec; from continuous time, ctime for the current stream. This function is the inverse of plctime.