How to Convert UTC to localTIme(C# )I have got the value of user account's lastlogon time. Its type is Int64.
This value is stored as a large integer that represents the number of 100
nanosecond intervals since January 1, 1601 (UTC)(Refer to MSDN).
I don't know how to convert this value to localTime.
The following is my code.
################################################################
DirectoryEntry deUser = new DirectoryEntry(ldappath);
DirectorySearcher src = new DirectorySearcher(deUser);
src.Filter = "(&(objectClass=user)(SAMAccountName=" +
accountNa...
Floating Bar CHartsHow can I create a flaoting bar chart with values which vary in range?
On Tue, 25 Sep 2007, in microsoft.public.excel.charting,
Rahul <Rahul@discussions.microsoft.com> said:
>How can I create a flaoting bar chart with values which vary in range?
http://www.google.com/search?q=Excel+floating+bar-chart
--
Del Cotter
NB Personal replies to this post will send email to del@branta.demon.co.uk,
which goes to a spam folder-- please send your email to del3 instead.
...
Convert text to time valueI have a series of time values in a 'General' format. They are of the
type:
184525
Which is 18:45:25 or 6:45:25 pm.
A time which is am would be of the type:
12345
Which is 1:23:45 am.
Is there a way to convert those 'General' values to an Excel serial so
that I can figure out the difference between two times? I've seen a
bunch of examples on the net, but none of those that I have found deal
with this format that I can tell.
Thanks.
Hi
try
=--TEXT(A1,"00:00:00")
--
Regards
Frank Kabel
Frankfurt, Germany
"Andy" <amelton@gmail.com> schrieb...
how to convert dateHi,
I'm looking for some method to convert mail date, in format:
eg. "Sun, 18 Sep 2005 20:57:08 +0200", to computer local time.
I tried CTime but without resoults.
m.
Have you tried COleDateTime::ParseDateTime()?
m.wski21.usunto@aust.com wrote:
> Hi,
>
> I'm looking for some method to convert mail date, in format:
> eg. "Sun, 18 Sep 2005 20:57:08 +0200", to computer local time.
> I tried CTime but without resoults.
>
> m.
>I'm looking for some method to convert mail date, in format:
>eg. "Sun, 18 Sep 2005 20:57:08 +0200&qu...
How do I convert dates to text keeping the format?I'm trying to convert a column of data in date format *m/d/yyyy to a text
format without converting to serial numbers. Ie: I want to retain the
mm/dd/yyyy format. Is there a way to do this?
=TEXT(A1,"MM/DD"/YYYY")
"sprlarry" <sprlarry@discussions.microsoft.com> wrote in message
news:69669AA6-FD15-47D7-843D-FC768728BF7A@microsoft.com...
> I'm trying to convert a column of data in date format *m/d/yyyy to a text
> format without converting to serial numbers. Ie: I want to retain the
> mm/dd/yyyy format. Is there a way to do this?
That ...
Dynamic chart #9is it possiable to make a chart like this, I got the dates in the first row,
that is B01:NC01 the data is in B25:NC01, this row has a forumla in it, which
gets updated each day, what I want is a dynamic chart that, will only show
the current month, so when the first comes around the chart will again be
blank, I know that the number of days in the month will change with each
month.
Is there any way to create a chart like this, I know how to use, the name
range.
Thanks
...
Excel: Auto converting text to numbersI am downloading an Excel sheet, and the numbers come in as text. It
basically comes in as "33 %" but Excel registers this as text, not a
percentage.
I have a cell that will be used to add the numbers, but since they are
text it doesn't work.
Given this information, is there a way to convert the imported data
into numbers. I would prefer to include this into my formula. The
potential numbers are:
0, 1, 2, 3, 4, 0 %, 25 %, 33 %, 50 %, 67 %, 75 %, 100 %, and N/A
I would prefer a function, again if possible, that could convert any
number. Please note, the space between the nu...
how do you add names on a bubble chart?hi does anyone know how to add names on a bubble chart?
In article <D3AD4FAC-A0D3-4C77-AF73-72313357E6CF@microsoft.com>,
Ravi@discussions.microsoft.com says...
> hi does anyone know how to add names on a bubble chart?
>
What do you mean by "names?" Series names? Chart or axis title? Data
labels? Custom text? Something else?
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
I bet he wants custom data labels. Here are two great (and free!)
utilities for labeling Excel charts:
Rob Bo...
how to convert excel's .cvf file to .csv file
...
match rows from spreadsheets-Please help.how do i match rows from different spreadsheets to a directory:
Directory
ZIP No.
80001 1
80002 2
80003 3
80004 4
80005 5
80006 6
80007 7
Sheet 1:
ZIP POP
80001 134
80003 9890
80006 9489
80009 883
=>:
Directory
ZIP No. POP
80001 1 134
80002 2
80003 3 9890
80004 4
80005 5
80006 6 9489
80007 7
Use VLOOKUP
If you tell us where each block of data resides, I will give a more detailed
answer.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
r...
x log, y lin audio frequency chartI'm having some trouble with limitaions in the axis display. Is there a way
to set the base number of the log graph to start at 2, or 20, and stop at
20,000 or 40,000? It always defaults to decades of one or ten.
The second issue is when I set the series by using the wizard, the data is
off(lower) by an order of magnitude for some reason that is not very obvious
to me.
Finally, what is the difference between a range and a series? I have too
many points to use the range input.
Thanks and sorry about the many questions.
JIM
Jim
I don't think it's gonna happen. When you use...
Convert Access97 to 2000Hello, we're currently running access97 and would like to convert it to
2000, but we don't know what is the administrator password for this
database. Also this database is running on multi user and have difference
permission for diffence users. Could someone help me how to do make this
happen but keep the currently permission retaint. Thanks
...
Help please with simple chartI used to Excel, but am a newbie with charts. Am using Excel version
5.0a
In connection with a Process, I am recording liquid levels in mls at
various times during the day.
As a spreadsheet sample, column A, day. column b, time. column c
quantity in mls.
a1 Day b1 Time c1 mls
a2 Mon b2 8:00 c2 225
b3 10:30 c3 100
b4 11:45 c4 100
b5 13:30 c5 120
b6 16:30 c6 200
a7 Tues etc etc
Using Chart Wizard I have managed to create the bar chart, but I am
stumped on how to get it to show the results.
On the vertical left hand side I want mls in vertical bars, a...
Chart ErrorsI have created a chart using 100% stacked columns. I want my values to show
the % each value contributes to a total. I.E. Overage, Current Collections
and Total Goal. The chart looks great; however, whenever I update my current
collections, the percentage doesn't calculate correctly. The chart seems to
be adding all values together to come up with the percentage need and the
goal doesn't seem to shrink. Any ideas?
Are Overage, Current collections and Total Goal stacked on top of one
another. If so, the % calculated would be based on the total of all three.
"Scacci...
Convert 2000 Calendar to web pageGreetings,
When I convert my calendar for 2005 to a webpage, the page is off by 1 day.
Is there a template or fix available to fix this?
Thanks,
Duane
I can edit the html file but this should not be the case. Fixes?
Suggestions...other than use Apple?
"Duane Perry" <dlp_sr@yahoo.com> wrote in message
news:yZRtd.5561$0r.1710@newsread1.news.pas.earthlink.net...
> Greetings,
>
> When I convert my calendar for 2005 to a webpage, the page is off by 1
day.
> Is there a template or fix available to fix this?
>
> Thanks,
>
> Duane
>
>
Duane,
...
Cannot display all datas in Line ChartHi everybody,
I have a chart report , the type is line chart. It shows the values per half
hour.
the X axis is time (Per Half Hour) , the Y axis is the value for that time.
it works well when I select the time between 130 Days , but it wont show the
more than 130 days.
eg : when I choose to show the data from Oct 22, 2007 to Feb 22, 2008
it shows the data from Oct 22,2007 to Feb 02 , 2008
I cannot get the accurity end data but I can guess it from the values in X
axis
the values are : Oct 22, Oct 26, Oct 31... ...Jan 22 , Jan 24 , Jan 27 ,
Jan 29
Please if some one can tell me does the...
XML Note convert to DataSetHello,
I have this function:
object acmResponse = acmLogin.acmString("4001", "", paramFormLogin +
paramUserBasics);System.Xml.XmlNode[] acmNodes =
(System.Xml.XmlNode[])acmResponse;
What I have todo, to convert the XML Object in the DataSet Object?
Thank you
Matthias
...
ConvertIs it possible to convert a Money file created in the USA version to that of
the UK version?
Thanks in advance
The general way is QIF Export then Import. It's involved and has limitations
like loan accounts don't QIF. See http://www.bollar.org/msmoney/#Q1.
"Crispy" <nowayspammers@hotmail.com> wrote in message
news:uQKSfzfyDHA.2500@TK2MSFTNGP09.phx.gbl...
> Is it possible to convert a Money file created in the USA version to that
of
> the UK version?
...
Problem converting from Quicken to M2005My Quicken files are mostly investment related, and generally
converted fine. However all bonds (regular and muni's) converted as
Investment type: Mutual Fund, not Bond. (1) How do I prevent that, (2)
How do you change the Investment Type for an item? Thank you.
In microsoft.public.money, Mike wrote:
>My Quicken files are mostly investment related, and generally
>converted fine. However all bonds (regular and muni's) converted as
>Investment type: Mutual Fund, not Bond. (1) How do I prevent that, (2)
Money typically converts custom data types from Quicken into funds.
I thou...
Numbers converting to decimalI a trying to figure out why when I type 11 and
automatically converts it to .11, if I type 11. it will
stay 11,if I change all the cells to text then back to
number they willstay.
I have checked the formatting of the cells, it even
happens when I open a brand new worksheet.
Any ideas?
Thanks
Dawn
Hi Dawn,
Tools>Option>Edit, uncheck Fixed Decimal
--
Kind Regards,
Niek Otten
Microsoft MVP - Excel
"DawnP" <anonymous@discussions.microsoft.com> wrote in message
news:c3cf01c48a05$d75359d0$a501280a@phx.gbl...
> I a trying to figure out why when I type 11 and
&...
Converting Quicken 2004 to MoneyQuicken 2004 has many bugs, and I have had it. The most
recent being that it doesn't work AT ALL now that it is
the year 2004. I have had to change the date on my
computer today to open it. I want to get Money instead,
however I do not know if Money can get my data from the
2004 version. Does anybody know for sure?
Yes is the answer to the question you posed. No is the answer to the
question you are getting to but didn't pose. M04 imports Q03 and earlier. If
the past predicts the future M05 will import Q04.
"Colin" <anonymous@discussions.microsoft.com> wrote ...
How do I create a combination stack and unstacked coulmn chart?I'm looking to create a combination chart consisting of stacked columns and
an unstacked column in Excel 2003. I've seen directions to do so in Excel 95
on Microsoft's website but they do not translate to Excel 2003. Any help
would be appreciated.
See example on my site at Excel Tips & Tricks
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"kalien" <kalien@discussions.microsoft.com> wrote in message
news:5CD52B96-C8EC-4E12-97F3-3354B11A54D3@microsoft.com...
> I'm looking to create a combination chart consisting of stacked ...
Chart in time phaseI need to develop a line chart which includes 2 columns of data. Say for
instance the data looks as follows:
5 6
15 9
20 12
50 25
Columns with the 5 and the 6 are for March.
Columns with the 15 and the 9 are for February.
So as we go up, the month increases.
When I make my graph, the 5 and the 6 are first plotted points, the 15 and
the 9 are the second, etc. In other words, it is plotting March, February,
January, instead of January, February, March.
How can I make the chart plot in a logical time phased manner? That is,
Jan, Feb, Mar, etc?
Thanks.
jzis
Instead of plain text &qu...
In a GANTT, how do I get diff projects to start later on chartI want to show a flow of projects, by date. When one stops, the other starts
or maybe the next starts a couple days before. How do you set up the GANTT
to show the stepping effect. Currently all I can get it to do is all
projects start at the same time. Thanks for the help
A project bar in a Gantt chart is the stacked bar defined by a start date and a
duration. To make a bar start later, give it a later start date. You should be able
to use formulas to relate a later start to the earlier starting date and duration of
another bar.
These articles might be of assistance:
http://pu...
Converting from AOL to OutlookIs there an efficient way for me to convert my AOL address book over to
Outlook?
Before I buy Outlook, I want to be sure I cam make the conversion without
loosing the large address book I have on AOL.
"Herb Clader" <Herb Clader@discussions.microsoft.com> wrote in message
news:44A9739C-A94F-49AB-BF08-31D78A86CCB7@microsoft.com...
> Is there an efficient way for me to convert my AOL address book over to
> Outlook?
>
> Before I buy Outlook, I want to be sure I cam make the conversion without
> loosing the large address book I have on AOL.
AOL's help p...