All pages
Powered by GitBook
1 of 1

Loading...

Millisecond

Returns the millisecond of a date object

Method Signature

Arguments

Argument
Type
Required
Description
Default

Examples

Related

Millisecond(date=[any], timezone=[string], locale=[string])
CreateODBCDateTime
  • CreateODBCTime

  • CreateTime

  • CreateTimeSpan

  • DateAdd

  • DateCompare

  • DateConvert

  • DateDiff

  • DateFormat

  • DatePart

  • DateTimeFormat

  • Day

  • DayOfWeek

  • DayOfWeekAsString

  • DayOfWeekShortAsString

  • DayOfYear

  • DaysInMonth

  • DaysInYear

  • FirstDayOfMonth

  • GetNumericDate

  • GetTime

  • GetTimezone

  • GetTimezoneInfo

  • Hour

  • Minute

  • Month

  • MonthAsString

  • MonthShortAsString

  • Nanosecond

  • Now

  • Offset

  • ParseDateTime

  • Quarter

  • Second

  • SetTimezone

  • TimeFormat

  • TimeUnits

  • Week

  • Year

  • date

    any

    false

    The date object to be evaluated. If not provided the current date and time is used

    timezone

    string

    false

    An optional timezone which to convert the date object to

    locale

    string

    false

    An optional ISO locale string which will return the specified time unit with a locale-specific result ( e.g. month name, or starting day of week as Monday vs Sunda )

    ClearTimezone
    CreateDate
    CreateDateTime
    CreateODBCDate