polars.Expr.dt.millisecond#

Expr.dt.millisecond() Expr[source]#

Extract milliseconds from underlying DateTime representation.

Applies to Datetime columns.

Returns:
Expr

Expression of data type UInt32.