40 results for "timespan"
Parses an FTimespan from its canonical string representation.
Returns the maximum representable FTimespan, approximately 10,675,199 days.
Returns the minimum (most negative) representable FTimespan, approximately -10,675,199 days.
Computes the ratio A / B as a float, returning 0.
Returns a zero-duration FTimespan.
Adds a timespan duration to a date-time value, returning a new FDateTime shifted forward by that amount.
Returns A + B as a new FTimespan.
Decomposes an FTimespan into its individual days, hours, minutes, seconds, and milliseconds components.
Decomposes an FTimespan into days, hours, minutes, seconds, and a nanosecond fraction.
Divides a timespan by a float scalar, returning a new FTimespan.
Returns true if A and B represent exactly the same duration.
Returns true if A is greater than or equal to B.
Returns true if A is strictly greater than B.
Returns true if A is less than or equal to B.
Returns true if A is strictly less than B.
Constructs an FTimespan from individual time components.
Constructs an FTimespan from days, hours, minutes, seconds, and a nanosecond fraction.
Scales a timespan by a float multiplier, returning a new FTimespan.
Returns true if A and B do not represent exactly the same duration.
Subtracts a timespan duration from a date-time value, returning a new FDateTime shifted backward by that amount.
Returns A - B as a new FTimespan.
Adds two FDateTime values by summing their raw tick counts and returns the result as a new FDateTime.
Constructs an FTimespan from a number of days.
Constructs an FTimespan representing the given number of hours.
Constructs an FTimespan from a number of milliseconds.
Constructs an FTimespan representing the given number of minutes.
Constructs an FTimespan from a number of seconds.
Returns the days component of the timespan as an integer.
Returns the absolute value (magnitude) of A as a new non-negative FTimespan.
Returns the hours component of the timespan (the whole hours remaining after extracting full days).
Returns the milliseconds component of the timespan (0–999 for positive spans).
Returns the minutes component of the timespan (whole minutes remaining after extracting full hours).
Returns the seconds component of the timespan (whole seconds remaining after extracting full minutes).
Returns the time elapsed since midnight of the given date as an FTimespan in the range [0, 24 hours).
Returns the total number of days represented by the timespan as a double, including the fractional part.
Returns the total elapsed time of the timespan expressed as a fractional number of hours.
Returns the total elapsed time of the timespan expressed as a fractional number of milliseconds.
Returns the total elapsed time of the timespan as a fractional number of minutes, rolling up all days, hours, seconds, and sub-second components into a single value.
Returns the total elapsed time of the timespan as a fractional number of seconds, combining all components into one value.
Returns the elapsed time between two FDateTime values as an FTimespan.