static public method Timeframe.create

Brief

Creates a new instance of the class of the time frames with the specified unit and size parameters

Declaration

protojavascriptjavacsharp
public static create(unit : int, size : int) : Timeframe

Parameters
unit

The type of time frame that is being created, such as minutes, hours, days, or ticks

size

The length of the time frame in the specified 'unit'

Returns

The method returns a new instance of the class of the time frames with the specified unit and size parameters

Details

See also: Timeframe

Declared in Timeframe

back