Class StimulsoftTimeSpanRange

Hierarchy

Index

Constructors

constructor

Properties

from

from: NullableTimeSpan = null

to

to: NullableTimeSpan = null

Accessors

fromObject

  • get fromObject(): any
  • set fromObject(value: any): void

fromStrLoc

  • get fromStrLoc(): string

fromTime

rangeName

  • get rangeName(): string

rangeType

  • get rangeType(): Type

toObject

  • get toObject(): any
  • set toObject(value: any): void

toStrLoc

  • get toStrLoc(): string

toTime

Methods

contains

equals

  • equals(obj: any): boolean
  • Parameters

    • obj: any

    Returns boolean

getHashCode

  • getHashCode(): number

parse

  • parse(from: string, to: string): void
  • Parameters

    • from: string
    • to: string

    Returns void

toString

  • toString(): string

Static getNetTypeName

  • getNetTypeName(): string
  • Returns string

Static getTypeName

  • getTypeName(): string
  • Returns string

Static isRangeType

  • isRangeType(type: Type): boolean

Generated using TypeDoc