PagePorter Class Library

Navigation.ConvertDateTime Method

Converts between a DateTime object and a UInt32 for FrontPage.

Overload List

Converts a DateTime object to a UInt32 for FrontPage.

public static uint ConvertDateTime(DateTime);

Converts a UInt32 for FrontPage to a DateTime object.

public static DateTime ConvertDateTime(uint);

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace