Hierarchy

  • StiVariableValueConverter

Index

Methods

Static getDateOnlyFromValue

  • getDateOnlyFromValue(value: string): DateOnly
  • Parameters

    • value: string

    Returns DateOnly

Static getDateTimeFromValue

  • getDateTimeFromValue(value: string): DateTime
  • Parameters

    • value: string

    Returns DateTime

Static getDateTimeOffsetFromValue

Static getTimeOnlyFromValue

  • getTimeOnlyFromValue(value: string): TimeOnly
  • Parameters

    • value: string

    Returns TimeOnly

Static getValueFromDateOnly

  • getValueFromDateOnly(value: DateOnly): string
  • Parameters

    Returns string

Static getValueFromDateTime

  • getValueFromDateTime(value: DateTime): string
  • Parameters

    Returns string

Static getValueFromDateTimeOffset

Static getValueFromTimeOnly

  • getValueFromTimeOnly(value: TimeOnly): string
  • Parameters

    Returns string

Generated using TypeDoc