Skip to main content

%DeepSee.Time.Hijri.MinuteNumber

class %DeepSee.Time.Hijri.MinuteNumber extends %DeepSee.Time.MinuteNumber

This class exposes the functionality of a Minute number level within a time dimension using the hijri (tabular) calendar. This is the minute of the date independent of the actual day. Keys are 0 through 1339; displayed values are 00:00 through 23:59

Method Inventory

Parameters

parameter CALENDAR = hijriTabular;

Methods

classmethod %Convert(pTime As %DeepSee.Datatype.dateTime, pTimeOffset As %String = "") as %Integer
Convert a $H value to the logical value used for this level. This is used within the computed field logic for properties within a fact table based on this level.
. In this case, we convert $H to a minute:

Inherited Members

Inherited Methods

FeedbackOpens in a new tab