From 6614bedceadcc07ec082c5e926107f27903bda5c Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 25 Jan 2016 20:07:10 +0100 Subject: fix validation errors by round-trip through helpauthoring extension lots of missing attributes "id" and "xml-lang" (extension patched to keep bascode tag) Change-Id: I9c5600b6fa133a6b1062803eadb976e043db7a4a --- source/text/sbasic/shared/03030113.xhp | 82 ++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 38 deletions(-) (limited to 'source/text/sbasic/shared/03030113.xhp') diff --git a/source/text/sbasic/shared/03030113.xhp b/source/text/sbasic/shared/03030113.xhp index eac7de66cc..01fb7f6cfc 100644 --- a/source/text/sbasic/shared/03030113.xhp +++ b/source/text/sbasic/shared/03030113.xhp @@ -1,6 +1,5 @@ - - + +--> - - - - CDateToUnoTime Function [Runtime] - /text/sbasic/shared/03030113.xhp - - - Lionel Elie Mamane - - - -
- CDateToUnoTime function - CDateToUnoTime Function [Runtime] - Returns the time part of the date as a UNO com.sun.star.util.Time struct. -
- Syntax: - - CDateToUnoTime(aDate) - - Return value: - com.sun.star.util.Time - Parameters: - - aDate: Date value to convert - - - Example: - - Sub ExampleCDateToUnoTime - aDatabaseRow.updateTime(3, CDateToUnoTime(Now)) - aTimeControl.Time = CDateToUnoTime(Now) - End Sub - + + + CDateToUnoTime Function [Runtime] + /text/sbasic/shared/03030113.xhp + + + + + + +
+ + CDateToUnoTime function + + + +CDateToUnoTime Function [Runtime] +Returns the time part of the date as a UNO com.sun.star.util.Time struct. +
+ +Syntax: + +CDateToUnoTime(aDate) + + +Return value: +com.sun.star.util.Time + +Parameters: + aDate: Date value to convert + + + +Example: + +Sub ExampleCDateToUnoTime + aDatabaseRow.updateTime(3, CDateToUnoTime(Now)) + aTimeControl.Time = CDateToUnoTime(Now) +End Sub + -
+ +
\ No newline at end of file -- cgit