Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.471.470 Times

Wpf Datetime freeware
Filter: All | Freeware | Demo
 

Wpf Datetime

< 1 2 3 4 5 > 
Added: October 03, 2010 | Visits: 703

Lingua::ZH::DateTime Lingua::ZH::DateTime is a Perl module to convert time to chinese format. SYNOPSIS This module can convert asctime to chinese format in your locale. you can select china singapore hongkong taiwan locale and gb2312/big5 charset. asctime is ASC C standard format will from localtime like this:...



Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Lingua::ZH::DateTime Download

Added: August 21, 2010 | Visits: 1.224

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...





Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.668

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: September 13, 2010 | Visits: 886

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: May 01, 2010 | Visits: 947

DateTime::Calendar::FrenchRevolutionary DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar. SYNOPSIS use DateTime::Calendar::FrenchRevolutionary; $dt = DateTime::Calendar::FrenchRevolutionary->new( year => 8, month => 2, day => 18, ); # convert FrenchRevolutionary->Gregorian... $dtgreg =...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): DateTime::Calendar::FrenchRevolutionary Download

Added: March 18, 2010 | Visits: 913

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: February 15, 2010 | Visits: 919

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: May 25, 2010 | Visits: 1.285

DateTime::Calendar::Mayan DateTime::Calendar::Mayan is a Perl module with the Mayan Long Count, Haab, and Tzolkin calendars. SYNOPSIS use DateTime::Calendar::Mayan my $dtcm = DateTime::Calendar::Mayan->new( baktun => 12, katun => 19, tun => 10, uinal => 2, kin => 8, # alternate epoch epoch => DateTime->new(...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (164): DateTime::Calendar::Mayan Download

Added: June 11, 2010 | Visits: 1.081

DateTime::Event::Cron DateTime::Event::Cron is a DateTime extension for generating recurrence sets from crontab lines and files. SYNOPSIS use DateTime::Event::Cron; # DateTime::Set construction from crontab line $crontab = */3 15 1-10 3,4,5 */2; $set = DateTime::Event::Cron->from_cron($crontab); $iter =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DateTime::Event::Cron Download

Added: July 10, 2010 | Visits: 858

DateTime::Event::Sunrise DateTime::Event::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Event::Sunrise; my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Event::Sunrise ->sunrise ( longitude...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): DateTime::Event::Sunrise Download

Added: November 20, 2010 | Visits: 1.014

DateTime::Astro::Sunrise DateTime::Astro::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Astro::Sunrise; ^ my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Astro::Sunrise ->new(-118,33,undef,1);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): DateTime::Astro::Sunrise Download

Added: July 12, 2010 | Visits: 838

DateTime::Locale DateTime::Locale is a Perl module with localization support for DateTime.pm. SYNOPSIS use DateTime::Locale; my $loc = DateTime::Locale->load(en_GB); print $loc->native_locale_name, "n", $loc->long_datetime_format, "n"; # but mostly just things like ... my $dt = DateTime->now( locale...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (90): DateTime::Locale Download

Added: August 18, 2010 | Visits: 1.270

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: August 15, 2010 | Visits: 1.143

DateTime::Calendar::Hebrew DateTime::Calendar::Hebrew is a Perl module with dates in the Hebrew calendar. SYNOPSIS use DateTime::Calendar::Hebrew; $dt = DateTime::Calendar::Hebrew->new( year => 5782, month => 10, day => 4 ); DateTime::Calendar::Hebrew is the implementation of the Hebrew calendar. Read on for more...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (126): DateTime::Calendar::Hebrew Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 556

PCPANEL WPF Components The PCPANEL WPF Components are a rich set of visual controls, based on the Microsoft .NET framework. These multi-purpose controls can be used to create Human Machine Interface (HMI) applications that help your customers visualize their automation processes. The library contains controls like...


Platforms: Windows

License: Freeware Size: 8.89 MB Download (76): PCPANEL WPF Components Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 1.332

ColorWheel Wizard and Control Tools for WPF and Silverlight ColorWheel Wizard and Control Tools for WPF and Silverlight was designed to help developers in any application which edits colors. You can use common patters to create colors like complimentary colors and also compare W3C color values. You can also switch to different types of color wheel: RGB...


Platforms: Windows


Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 921

Bing Maps WPF Control This software development kit (SDK) provides the binaries and programming reference for the Bing Maps WPF Control (Beta). When the installation completes, you can choose to open the Bing Maps WPF Control (Beta) SDK help file (BingMapsWPFControlSDK.chm). Get Bing Maps WPF Control and give it a...


Platforms: Windows, XP, 2003, Windows Vista, 2008, 7

License: Freeware Download (52): Bing Maps WPF Control Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 422

MindFusion.Reporting for WPF MindFusion.Reporting for WPF provides easy and reliable way to build professional business reports in a few easy steps. Packed with detailed documentation and easy to follow and learn tutorials, the component is the perfect choice for developers building a business applications using Microsoft's...


Platforms: Windows

License: Freeware Size: 21.4 MB Download (44): MindFusion.Reporting for WPF Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 660

WPF Image Components SDK Image Components for WPF, is a comprehensive Windows Presentation Foundation Imaging SDK. It allows users to read and edit the most common image file types, and convert between them. It also allows image annotation, image capture by twain devices, OCR content by zone, selection or full page, read...


Platforms: Windows

License: Freeware Size: 22.65 MB Download (49): WPF Image Components SDK Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 523

MindFusion.Scheduling for WPF MindFusion.Scheduling for WPF provides applications targeting the .NET platform with the ability to manage and display schedule information in several different types of calendar layouts. The component supports monthly, weekly, daily and scheduling views. Every behavioral and appearance aspect...


Platforms: Windows

License: Freeware Download (50): MindFusion.Scheduling for WPF Download

< 1 2 3 4 5 >