datetime::get-millisecond

Gets the milliseconds component of the specified date.

Usage

int datetime::get-millisecond(date)

Parameters

Name Type Description
date datetime The date of which to get the milliseconds component.

Return Value

The millisecond, between 0 and 999.

Requirements

Assembly: NAnt.Core (0.91.4312.0)