vb6parse 1.0.0

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="VB6Parse Library Reference - Datetime - Functions">
    <title>Datetime - Functions - VB6Parse Library Reference</title>
    <link rel="stylesheet" href="../../../assets/css/style.css">
    <link rel="stylesheet" href="../../../assets/css/docs-style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
    <script src="../../../assets/js/theme-switcher.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/vbnet.min.js"></script>
    <script>hljs.highlightAll();</script>
</head>
<body>
    <header class="docs-header">
        <div class="container">
            <h1><a href="../../../index.html">VB6Parse</a> / <a href="../../../library/index.html">Library</a> / Functions / Datetime</h1>
            <p class="tagline">VB6 Library Reference</p>
        </div>
    </header>

    <nav class="docs-nav">
        <div class="container">
            <a href="../../../index.html">Home</a>
            <a href="../../../library/index.html">Library Reference</a>
            <a href="../../../documentation.html">Documentation</a>
            <a href="https://docs.rs/vb6parse" target="_blank">API Docs</a>
            <a href="https://github.com/scriptandcompile/vb6parse" target="_blank">GitHub</a>
            <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
                <span class="theme-icon">🌙</span>
            </button>
        </div>
    </nav>

    <main class="container">
        
        <section id="category-overview" style="margin-bottom: 2rem;">
            <h2>Datetime</h2>
            <p style="font-size: 1.1rem; margin: 1rem 0;">Datetime functions</p>
            <p style="color: var(--primary-color); font-weight: 600;">22 functions in this category</p>
        </section>

        <section id="items-list" style="margin-top: 2rem;">
            <div class="feature-grid">

                <a href="date.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>date</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Date Function</p>
                </a>

                <a href="date_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>date_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Date$ Function</p>
                </a>

                <a href="dateadd.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>dateadd</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">DateAdd Function</p>
                </a>

                <a href="datediff.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>datediff</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">DateDiff Function</p>
                </a>

                <a href="datepart.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>datepart</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">DatePart Function</p>
                </a>

                <a href="dateserial.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>dateserial</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">DateSerial Function</p>
                </a>

                <a href="datevalue.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>datevalue</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">DateValue Function</p>
                </a>

                <a href="day.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>day</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Day Function</p>
                </a>

                <a href="hour.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>hour</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Hour Function</p>
                </a>

                <a href="minute.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>minute</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Minute Function</p>
                </a>

                <a href="month.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>month</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Month Function</p>
                </a>

                <a href="monthname.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>monthname</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">MonthName Function</p>
                </a>

                <a href="now.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>now</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Now Function</p>
                </a>

                <a href="second.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>second</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Second Function</p>
                </a>

                <a href="time.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>time</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Time Function</p>
                </a>

                <a href="time_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>time_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Time$ Function</p>
                </a>

                <a href="timer.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>timer</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Timer Function</p>
                </a>

                <a href="timeserial.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>timeserial</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 TimeSerial Function</p>
                </a>

                <a href="timevalue.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>timevalue</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 TimeValue Function</p>
                </a>

                <a href="weekday.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>weekday</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Weekday Function</p>
                </a>

                <a href="weekdayname.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>weekdayname</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 WeekdayName Function</p>
                </a>

                <a href="year.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>year</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Year Function</p>
                </a>

            </div>
        </section>

    </main>

    <footer>
        <div class="container">
            <p>&copy; 2024-2026 VB6Parse Contributors. Licensed under the MIT License.</p>
        </div>
    </footer>
</body>
</html>