3.5.9.11 Quarter


Description

Returns current quarter of time.


See this note.

Syntax

double Quarter(double d)

Parameter

d

is a Julian Date Value which can include Time

Return

Return 1,2,3,4.

Example

double aa = Quarter(2454829.5745718);
aa = ;//Return the quartor of current time, 4.

See Also

Hour, Minute, Second